method

delete

rails latest stable - Class: CGI::Session::MemCacheStore

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

delete()
public

Delete the session’s memcache entry.

1Note

Deprecated

taryneast ยท Aug 24, 2010

Instead of using:

session.delete

Now use:

reset_session