package php
Available on phpSession consists of a way to preserve certain data across subsequent accesses.
static read only started:Boolstatic clear ():Voidstatic close ():Voidstatic exists (name:String):Unknownstatic get (name:String):Dynamicstatic getCacheExpire ():Intstatic getCacheLimiter ():CacheLimiterstatic getCookieParams ():{secure:Bool, path:String, lifetime:Int, httponly:Bool, domain:String}static getId ():Stringstatic getModule ():Stringstatic getName ():Stringstatic getSavePath ():Stringstatic regenerateId (?deleteold:Bool):Boolstatic remove (name:String):Voidstatic set (name:String, value:Dynamic):Unknownstatic setCacheExpire (minutes:Int):Voidstatic setCacheLimiter (l:CacheLimiter):Voidstatic setCookieParams (?lifetime:Int, ?path:String, ?domain:String, ?secure:Bool, ?httponly:Bool):Voidstatic setId (id:String):Voidstatic setModule (module:String):Voidstatic setName (name:String):Voidstatic setSaveHandler (open:String ‑> String ‑> Bool, close:Void ‑> Bool, read:String ‑> String, write:String ‑> String ‑> Bool, destroy:Unknown, gc:Unknown):Boolstatic setSavePath (path:String):Voidstatic start ():Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/php/Session.html