From 155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Wed, 4 Jun 2014 14:27:03 +0200 Subject: Add webinterface with functionallity --- management-interface/lib/api/classSession.html | 329 +++++++++++++++++++++++++ 1 file changed, 329 insertions(+) create mode 100644 management-interface/lib/api/classSession.html (limited to 'management-interface/lib/api/classSession.html') diff --git a/management-interface/lib/api/classSession.html b/management-interface/lib/api/classSession.html new file mode 100644 index 0000000..e45ddd2 --- /dev/null +++ b/management-interface/lib/api/classSession.html @@ -0,0 +1,329 @@ + + + + + + + +Fat-Free Framework: Session Class Reference + + + + + + +
+
+ + + + + + +
+
Fat-Free Framework +  3.2.2 +  Overview Class List Hierarchy +
+
+
+ + +
+
+
+Public Member Functions | +Protected Attributes | +List of all members
+
+
Session Class Reference
+
+
+ +

Cache-based session handler. + More...

+ + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 open ($path, $name)
 
 close ()
 
 read ($id)
 
 write ($id, $data)
 
 destroy ($id)
 
 cleanup ($max)
 
 csrf ()
 
 ip ()
 
 stamp ()
 
 agent ()
 
 __construct ()
 
+ + + + +

+Protected Attributes

$sid
 Session ID.
 
+

Detailed Description

+

Cache-based session handler.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
Session::__construct ()
+
+

Instantiate class

+
Returns
object
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
Session::agent ()
+
+

Return HTTP user agent

+
Returns
string|FALSE
+ +
+
+ +
+
+ + + + + + + + +
Session::cleanup ( $max)
+
+

Garbage collector

+
Returns
TRUE
+
Parameters
+ + +
$maxint
+
+
+ +
+
+ +
+
+ + + + + + + +
Session::close ()
+
+

Close session

+
Returns
TRUE
+ +
+
+ +
+
+ + + + + + + +
Session::csrf ()
+
+

Return anti-CSRF token

+
Returns
string|FALSE
+ +
+
+ +
+
+ + + + + + + + +
Session::destroy ( $id)
+
+

Destroy session

+
Returns
TRUE
+
Parameters
+ + +
$idstring
+
+
+ +
+
+ +
+
+ + + + + + + +
Session::ip ()
+
+

Return IP address

+
Returns
string|FALSE
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Session::open ( $path,
 $name 
)
+
+

Open session

+
Returns
TRUE
+
Parameters
+ + + +
$pathstring
$namestring
+
+
+ +
+
+ +
+
+ + + + + + + + +
Session::read ( $id)
+
+

Return session data in serialized format

+
Returns
string|FALSE
+
Parameters
+ + +
$idstring
+
+
+ +
+
+ +
+
+ + + + + + + +
Session::stamp ()
+
+

Return Unix timestamp

+
Returns
string|FALSE
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Session::write ( $id,
 $data 
)
+
+

Write session data

+
Returns
TRUE
+
Parameters
+ + + +
$idstring
$datastring
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
-- cgit v1.2.3-55-g7522