Re: [Rails] How to clear/reset a corrupt session (rails 2.3)

2014-05-22 Thread Walter Lee Davis
On May 22, 2014, at 11:24 AM, Avram Dorfman wrote: > Hello, > > We have a rails 2.3 app with a large number of live users, and we have > recently done something to corrupt some users sessions in such a way > that any attempt to use the session object itself raises an exception. > "reset_session"

[Rails] How to clear/reset a corrupt session (rails 2.3)

2014-05-22 Thread Avram Dorfman
Hello, We have a rails 2.3 app with a large number of live users, and we have recently done something to corrupt some users sessions in such a way that any attempt to use the session object itself raises an exception. "reset_session" is also raising the same exception, and not clearing the session