method
delete
rails latest stable - Class:
CGI::Session::MemCacheStore
delete()public
Delete the session’s memcache entry.
1Note
Deprecated
Instead of using:
session.delete
Now use:
reset_session
delete()Delete the session’s memcache entry.
Instead of using:
session.delete
Now use:
reset_session