method
restore
v2.1.0 -
Show latest stable
- Class:
CGI::Session::MemCacheStore
restore()public
Restore session state from the session’s memcache entry.
Returns the session state as a hash.
1Note
RESTful actions
REST adds many constraints. It restricts your controllers to seven actions. Normally this is okay, but sometimes you need to add your own custom actions.