Skip to content

A memcached and file session handler taking care of IP-Locking as well.

License

Notifications You must be signed in to change notification settings

bjoern-buettner/session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bjoern-Buettner/Session

A memcached and file session handler taking care of IP-Locking as well. Simply call the Factory and have it handle all the checks.

Configuration via ENV

  • SESSION_DURATION defaults to 7200 and is the session duration in seconds
  • ENABLE_MEMCACHED must be set to true if memcached should be supported
  • SESSION_PATH must be set if the sessions should be stored outside the system temp directory