Zebra_Session Zebra Session

Element index for Zebra_Session

[ g ] [ r ] [ s ] [ z ] [ _ ]

_

__construct
in file Zebra_Session.php, method Zebra_Session::__construct()
    Constructor of class. Initializes the class and, optionally, calls session_start()
top

g

get_active_sessions
in file Zebra_Session.php, method Zebra_Session::get_active_sessions()
    Gets the number of active (not expired) sessions.
get_settings
in file Zebra_Session.php, method Zebra_Session::get_settings()
    Queries the system for the values of session.gc_maxlifetime, session.gc_probability, session.gc_divisor and session.use_strict_mode, and returns them as an associative array.
top

r

regenerate_id
in file Zebra_Session.php, method Zebra_Session::regenerate_id()
    Regenerates the session id.
top

s

set_flashdata
in file Zebra_Session.php, method Zebra_Session::set_flashdata()
    Sets a flash data session variable which will only be available for the next server request and which will be automatically deleted afterwards.
stop
in file Zebra_Session.php, method Zebra_Session::stop()
    Deletes all data related to the session.
top

z

Zebra_Session
in file Zebra_Session.php, class Zebra_Session
    A drop-in replacement for PHP's default session handler, using MySQL for storage and providing better performance, better security and protection against session fixation and session hijacking.
Zebra_Session.php
procedural page Zebra_Session.php
top