Re: [Rails] Re: Session record not getting deleted

2014-08-05 Thread Colin Law
On 5 August 2014 23:05, Bharath Neo wrote: > Okie, assuming its done manually, is there a way to at least figure out > which of the sessions are for logged out users ?? Delete it explicitly when a user logs out, then you know that any left are those that have not logged out. Colin -- You recei

[Rails] Re: Session record not getting deleted

2014-08-05 Thread Bharath Neo
Okie, assuming its done manually, is there a way to at least figure out which of the sessions are for logged out users ?? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from thi

[Rails] Re: Session record not getting deleted

2014-08-04 Thread Bharath Neo
Thanks Robert for the reply. Nope, not from documentation. Its just basic thing that if the record is created by rails, it needs to be cleaned up by rails (why would it need to be cleaned up out of a different path) ? I remember reading this stackoverflow comment as well which mentioned that i

[Rails] Re: Session record not getting deleted

2014-08-04 Thread Robert Walker
Bharath Neo wrote in post #1154181: > Hi, > I have been asking this question in multiple forums like stackexchange > but have not received a solution or proper help. Any help here is > appreciated. > > I have a rails app with a session store database (mysql). When I want to > clear a session, I res