Class Hm_Redis_Session

extends Hm_Memcached_Session

This session class uses a Redis to manage session data. It does not use PHP session handlers at all and is a completely indenpendant session system.

Methods
Methods inherited from Hm_Memcached_Session
start(), insert_session_row(), save_data(), end(), close_early(), destroy(), get_session_data()
Methods inherited from Hm_DB_Session
start_new(), start_existing(), upsert(), db_start()
Methods inherited from Hm_PHP_Session
authed(), check(), set_session_params(),
Methods inherited from Hm_PHP_Session_Data
validate_session_data(), start_session_data(), get(), set(), del(),
Methods inherited from Hm_Session
auth(), __construct(), load_auth_mech(), dump(), just_started(), record_unsaved(), is_active(), is_admin(), ciphertext(), plaintext(), set_key(), get_key(), secure_cookie(), delete_cookie()
Methods used from Hm_Session_Fingerprint
check_fingerprint(), build_fingerprint(), set_fingerprint()
Methods used from Hm_Session_Auth
load_auth_mech(), auth(), save_auth_detail(), change_pass(), create()
Properties inherited from Hm_Memcached_Session
$session_key, $conn, $cache_lifetime
Properties inherited from Hm_DB_Session
$dbh
Properties inherited from Hm_PHP_Session
$existing
Properties inherited from Hm_Session
$loaded, $active, $internal_users, $enc_key, $auth_class, $site_config, $data, $cname, $auth_mech, $session_closed, $lifetime