protected Method

Base.reset_session(

Resets the session by clearing out all the objects stored within and initializing a new session object.

Source Code

# File action_controller/base.rb, line 1095
def reset_session #:doc:
  request.reset_session
  @_session = request.session
  response.session = @_session
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.