CookiesService
A backend service used by Roblox to control HTTP cookies. Its functions are not available to developers.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 0
Removed member index 3
History | Member | |
---|---|---|
311 | DeleteCookieValue(key: string): void | |
311 | GetCookieValue(key: string): string | |
311 | SetCookieValue(key: string, value: string): void |
Description
Used by Roblox to control HTTP cookies for analytical purposes.
Can only be used by Roblox's backend servers, and therefore is not available to developers in any shape or form.
History 7
- 311 Remove SetCookieValue
- 311 Remove GetCookieValue
- 311 Remove DeleteCookieValue
- 47 Add SetCookieValue
- 47 Add GetCookieValue
- 47 Add DeleteCookieValue
- 47 Add CookiesService
Removed members 3
DeleteCookieValue
Parameters (1) | ||
---|---|---|
key | string | |
Returns (1) | ||
void |
Security | RobloxSecurity |
---|
History 2
- 311 Remove DeleteCookieValue
- 47 Add DeleteCookieValue
GetCookieValue
Parameters (1) | ||
---|---|---|
key | string | |
Returns (1) | ||
string |
Security | RobloxSecurity |
---|
History 2
- 311 Remove GetCookieValue
- 47 Add GetCookieValue
SetCookieValue
Parameters (2) | ||
---|---|---|
key | string | |
value | string | |
Returns (1) | ||
void |
Security | RobloxSecurity |
---|
History 2
- 311 Remove SetCookieValue
- 47 Add SetCookieValue