method
destroy
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::Session::CookieStore
destroy(env)private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/session/cookie_store.rb, line 84
def destroy(env)
# session data is stored on client; nothing to do here
end