-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.CookieEngine.Expiry
Andrew Lambert edited this page Jan 30, 2016
·
10 revisions
#libcURL.CookieEngine.Expiry
##Method Signatures
Function Expiry(Index As Integer) As Date
Sub Expiry(Index As Integer, Assigns NewExpiry As Date)
##Parameters
###Expiry(Integer)
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the cookie to query. The first cookie is at Index 0
|
###Expiry(Integer, Date)
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the cookie to modify. The first cookie is at Index 0
|
NewExpiry | Date | 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
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.