Storing a Ruby object in Rack::Session will probably clobber the session
March 17, 2010
In my case it was an OAuth request token and when it was serialized it must have been larger than the cookie limit. Spent too much time on this.
In my case it was an OAuth request token and when it was serialized it must have been larger than the cookie limit. Spent too much time on this.