MemCache-based session storage class.
This builds upon the top-level MemCache class provided by the library file memcache.rb. Session data is marshalled and stored in a memcached cache.
| Public Methods | |
|---|---|
| check_ |
|
| close | Update and close the session’s memcache entry. |
| data | |
| delete | Delete the session’s memcache entry. |
| new | Create a new CGI::Session::MemCache instance |
| restore | Restore session state from the session’s memcache entry. |
| update | Save session state to the session’s memcache entry. |
<code/>and<pre/>for code samples.