Programming Reference Manual
 
Syntax
 
object.Expires
 
Description
Date and time the cookie expires.
 
Part
Description
object
Evaluates to a Cookie object.
 

Data Type

Date

Remarks

When set to 0, the cookie only persists on the client browser until the browser closes.
 
See Also