On Oct 11, 4:50 pm, Hassan Schroeder <[email protected]> wrote: > On Mon, Oct 11, 2010 at 9:34 AM, Marnen Laibow-Koser > > <[email protected]> wrote: > > ... Session ending is not always easy to determine, > > which is why we need brute-force expiration logic. > > Which, being the single biggest current Rails deficiency (IMO), would > be an awesome project for someone to take on. :-)
It's not so much a Rails deficiency as a conceptual mismatch between HTTP and session-oriented logic. Since HTTP is stateless, the concept of a session is really something grafted on top of it and not too compatible with it. > (Yes, it's on my own to-do list, but that list is far too long already...) > > -- > Hassan Schroeder ------------------------ [email protected] > twitter: @hassan Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

