session_id | ID of the session to delete. |
:api: private
# File lib/merb-core/dispatch/session/memcached.rb, line 58 58: def delete_session(session_id) 59: delete("session:#{session_id}") 60: end
session_id | ID of the session to retrieve. |
ContainerSession | The session corresponding to the ID. |
:api: private
# File lib/merb-core/dispatch/session/memcached.rb, line 41 41: def retrieve_session(session_id) 42: get("session:#{session_id}") 43: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.