.

ISessionHandler Interface Reference

A class to handle session storage and retrieval. More...

Inheritance diagram for ISessionHandler:
DBSession

List of all members.

Public Member Functions

  close ()
  Close a session.
  destroy ($key)
  Delete a session.
  gc ($lifetime)
  Delete outdated sessions.
  open ($save_path, $session_name)
  Open a session.
  read ($key)
  Load session data.
  write ($key, $value)
  Write session data to DB.

Detailed Description

A class to handle session storage and retrieval.

Definition at line 5 of file isessionhandler.cls.php.


Member Function Documentation

ISessionHandler::close (  ) 

Close a session.

Implemented in DBSession.

ISessionHandler::destroy ( key  ) 

Delete a session.

Implemented in DBSession.

ISessionHandler::gc ( lifetime  ) 

Delete outdated sessions.

Implemented in DBSession.

ISessionHandler::open ( save_path,
session_name  
)

Open a session.

Implemented in DBSession.

ISessionHandler::read ( key  ) 

Load session data.

Implemented in DBSession.

ISessionHandler::write ( key,
value  
)

Write session data to DB.

Implemented in DBSession.


The documentation for this interface was generated from the following file: