Hey guys, Im experiencing the exact same thing. Normally the data column
would never even be even close to reaching its character limit. The
problem is that, all of a sudden, when data gets written to the session
data column, its writes the data for a few lines and then starts
repeating
“YWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFh”
until its out of space. Im sure thats causing the error. Anybody seen
this before?
Marco Kotrotsos wrote:
I believe this has something to do with a corrupt session file. If you
empty out your tmp/session dir or remove the session files of those
people it will probably work again.
Let me know what happened.
Marco
Mathieu Jobin wrote:
Hi Milan, thanks for your answer.
but I dont use a DB for session storage, but the default on disk in
RAILS_ROOT/tmp/sessions
I only store IDs and short strings in the session, no big object.
i really don’t understand why I am getting this error.
and I am getting this error only when 3 of my 27000 users login.
it works fine for most people.
I’m out of ideas…
Milan Iliev wrote:
Hi Mathieu,