Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Overview

The PHPRedisSession provides simple class to store your PHP Sessions in Redis.

Notes

Default Usage

require_once 'RedisSession.class.php';

RedisSession::init ( array ( 
        'session_name' => 'redis_session', 
        'cookie_path' => '/', 
        'cookie_domain' => '.acme.org', 
        'lifetime' => 3600, 
        'server' => array ( 
                'host' => 'redis.acme.org', 
                'port' => 6379 ) ) );

About

A PHP session storage based on Redis

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages