Skip to content

libcURL.CookieEngine.Expiry

Andrew Lambert edited this page Oct 31, 2015 · 10 revisions

#libcURL.CookieEngine.Expiry

##Method Signatures

 Function Expiry(Index As Integer) As Date
 Sub Expiry(Index As Integer, Assigns NewExpiry As Date)

##Parameters ###Value(Integer)

Name Type Comment
Index Integer The index of the cookie to get. The first cookie is at Index 0

###Value(Integer, String)

Name Type Comment
Index Integer The index of the cookie to get. The first cookie is at Index 0
NewValue String The new expiration date for the cookie

##Return value The cookie expiry, or NIL if a session cookie.

##Remarks Gets and sets the expiration date of the cookie at Index.

##See also

Clone this wiki locally