W3cubDocs

/Haxe JavaScript

Cookie

package js

Available on js

Static methods

static all ():StringMap<String>

Returns all cookies.

static exists (name:String):Bool

Returns true if a cookie name exists.

static get (name:String):Null<String>

Returns value of a cookie.

static remove (name:String, ?path:String, ?domain:String):Void

Remove a cookie.

static set (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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/Cookie.html