[PATCH conductor] BZ 785094 - fixed cookie overflow and session store

Matt Wagner matt.wagner at redhat.com
Thu Feb 9 18:20:49 UTC 2012


On Thu, Feb 09, 2012 at 11:02:15AM +0100, jprovazn at redhat.com wrote:
> From: Jan Provaznik <jprovazn at redhat.com>
> 
> Because of wrong syntax in session_store initializer we used
> CookieStore instead of ActiveRecordStore.

If any of you run into a Postgres error where the session_id can't be
saved, you just need to clear your session cookie to force a new one to
be generated using ActiveRecordStore instead of CookieStore. #lfmf

-- Matt



More information about the aeolus-devel mailing list