This documentation is archived and is not being maintained.
HttpCookie::Expires Property
.NET Framework (current version)
Gets or sets the expiration date and time for the cookie.
Namespace:
System.WebAssembly:
System.Web (in System.Web.dll)
public:
property DateTime Expires {
DateTime get();
void set(DateTime value);
}
Property Value
Type:
System::DateTimeThe 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