method
delete
v2.2.1 -
Show 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