Restore session state from the session’s memcache entry.
Returns the session state as a hash.
# File action_controller/session/mem_cache_store.rb, line 69 def restore @session_data = @cache[@session_key] || {} end
<code/>
<pre/>
<code/>and<pre/>for code samples.