From bab101a83b56f1fa31f415211df5e2569d75f3c6 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Mon, 7 Jul 2014 15:34:40 +0200 Subject: Remove unintentionally added f3 docs --- management-interface/lib/api/classSession.html | 329 ------------------------- 1 file changed, 329 deletions(-) delete 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 deleted file mode 100644 index e45ddd2..0000000 --- a/management-interface/lib/api/classSession.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - - -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