ArgumentError: marshal data too short when loading session data
Posted on August 20, 2010 - Filed Under RubyOnRails | 2 Comments
I was stuck for a while when application maintained by me have started to throw ArgumentError: marshal data too short errors in random places When user have encountered that problem then it was unable to use application at all. Logs were showing that it happens when Rails was trying to create session object. Session store [...]
Popularity: 37% [?]
Read More..>>

