cookie.Delete
From GMod Wiki
Function | |
Syntax |
cookie.Delete( String Name ) Where is this used? |
Description: | |
Deletes a cookie. | |
Returns: | nil |
Part of Library: | cookie |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Cookie.Delete]Cookie.Delete [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | sets cookie Hello and deletes it. |
---|---|
Used on | |
Code | cookie.Set("Hello", "World") cookie.Delete("Hello") |
Output | N/A |