it would be nice if there would be a setting to stayLoggedIn

Submitted by chris melman on 29 October 2012 at 15:05

On 29 October 2012 at 15:06 chris melman commented:

currently looking at the option where if you Set the SessionManager.stayLoggedIn = true will keep your cookie alive


On 30 October 2012 at 13:32 chris melman closed this issue.

On 30 October 2012 at 13:32 chris melman commented:

This feature is implemented in r5454, when you do

 getSessionManager().stayLoggedIn := true

it will keep you your cookie alive for a week after the last time you visited, so loggedIn as long as you don’t clean your cookies/ doesn’t visit the site for more then a week.
You can also turn it off by setting it on false, however it doesn’t delete the cookie.

Keep in mind that a SessionManager is unique for every cookie/user so it is not a one time setting


On 8 November 2012 at 17:11 chris melman tagged 1.3.0

Log in to post comments