ÿØÿÛ C ÿØÿÛ C
| Class | Rack::Session::Memcache |
| In: |
lib/rack/session/memcache.rb
|
| Parent: | Abstract::ID |
Rack::Session::Memcache provides simple cookie based session management. Session data is stored in memcached. The corresponding session key is maintained in the cookie. You may treat Session::Memcache as you would Session::Pool with the following caveats.
Note that memcache does drop data before it may be listed to expire. For a full description of behaviour, please see memcache‘s documentation.
| DEFAULT_OPTIONS | = | Abstract::ID::DEFAULT_OPTIONS.merge \ :namespace => 'rack:session', :memcache_server => 'localhost:11211' |
| mutex | [R] | |
| pool | [R] |