-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.CookieEngine.Expiry
Andrew Lambert edited this page Nov 26, 2022
·
10 revisions
libcURL.CookieEngine.Expiry
Function Expiry(Index As Integer) As Date
Sub Expiry(Index As Integer, Assigns NewExpiry As Date)
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the cookie to query. The first cookie is at Index 0
|
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 |
The cookie expiry, or Nil
if a session cookie.
Gets and sets the expiration date of the cookie at Index
. To make a cookie become a session cookie pass Nil
as the NewExpiry
.
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.