Frederick Cheung wrote: > On Mar 24, 1:40�pm, Guoliang Cao <[email protected]> > wrote: >> You'll notice the session id is longer than 255 too though. Any >> comments? >> > That looks like it's taking cookie store type session_ids (where the > session_id is the the entire session) and trying to insert it into the > database. Not sure how that would happen unless you were switching > back and forth between session store types (because then you would get > a session cookie with that long session id). > > Fred
Thank you. That sounds a reasonable guess. We do use cookies in a few places, it might trigger rails to generate session id differently. I'll try to dig through rails code and see if I can find anything interesting. -- 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 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 -~----------~----~----~----~------~----~------~--~---

