-
-
Notifications
You must be signed in to change notification settings - Fork 0
CookieEngine.Path
Andrew Lambert edited this page Nov 27, 2022
·
2 revisions
CookieEngine.Path
Function Path(Index As Integer) As String
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the cookie whose path attribute is to be read. |
The "path" attribute of the specified cookie. If the cookie didn't specify a path attribute then the empty string is returned.
If the cookie has the "path" attribute then it is returned.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2021-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.