Obtain cookie from request, instead of caching it on the server (3)
References to sessions (records in the SecurityContext table) are currently stored server-side. Consequently, when the server reboots, or an application is updated, all user sessions are lost. Instead, if the reference is stored in a cookie (on the client side), the session would survive application updates and I could safely update applications.
Submitted by Sander Vermolen on 10 February 2010 at 12:01
Issue Log
On 13 April 2010 at 09:16 Lennart Kats commented:
+1
I have to log into researchr and yellowgrass almost every day I use it. If this would fix it, I’m all for it!
On 12 January 2011 at 13:48 Lennart Kats tagged !sandervermolen
On 22 May 2012 at 17:40 Danny Groenewegen closed this issue.
On 22 May 2012 at 17:46 Danny Groenewegen tagged 1.2.9
Log in to post comments