Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #109 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

reset_session causes problem for subsequent controllers

Reported by: raphinou Assigned to: David
Priority: normal Milestone: 0.8
Component: ActionPack Version: 0.7
Severity: normal Keywords:
Cc:

Description

when calling reset_session, the cokkie on the client side is left as is, ans when accessing the next controller, it tries to open that session. However this session's file is gone -> error.

Change History

10/22/04 20:24:05 changed by bitsweat

  • component changed from ActiveRecord to ActionPack.

From stdlib docs: delete() deletes a session from session storage. It does not however remove the session id from the client. If the client makes another request with the same id, the effect will be to start a new session with the old session’s id.

10/24/04 13:57:27 changed by david

  • status changed from new to closed.
  • resolution set to fixed.