HttpCookie::Expires Property

 

Gets or sets the expiration date and time for the cookie.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property DateTime Expires {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime

The time of day (on the client) at which the cookie expires.

The following code example sets the expiration time of the cookie to 10 minutes from the current time.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: