package js
Available on js
staticall():StringMap<String>
Returns all cookies.
staticexists(name:String):Bool
Returns true if a cookie name
exists.
staticget(name:String):Null<String>
Returns value of a cookie.
staticremove(name:String, ?path:String, ?domain:String):Void
Remove a cookie.
staticset(name:String, value:String, ?expireDelay:Int, ?path:String, ?domain:String):Void
Create or update a cookie.
Parameters:
expireDelay |
In seconds. If null, the cookie expires at end of session. |
---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/Cookie.html