Cookie

class js.CookieAvailable in js static function all() : Hash<String>Returns all cookies static function exists( name : String ) : BoolReturns true if a cookie name exists static function get( name : String ) : Null<String>Returns value of a cookie. static function remove( name : String, ?path : String, ?domain : String ) : VoidRemove a cookie static function set( name : String, value : String, ?expireDelay : Int, ?path : String, ?domain : String ) : VoidCreate or update a cookie. expireDelay (seconds), if null, the cookie expires at end of session
version #9968, modified 2011-01-30 15:47:37 by api

0 Comments