Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 426 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 426 Bytes

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