Would it be possible to add a "Remember Me" tick box to the Login Form
Discussion
-
Rui Ferreira
2014-04-07Looking into this.
Most immediate solution is to enable the remember me behaviour by default for all of the sessions - in practice this is not too different from the default behaviour in other websites. This also seems to fit well with [#126].
On a technical side note this is enabled via
[app:main] beaker.session.cookie_expires = false
which enables this for all sessions, but the per-session option does not seem to be available from the API. These configuration changes are currently enabled in the staging instance.
Related
-
Rui Ferreira
2014-04-07- status: open --> accepted
-
Rui Ferreira
2014-04-23Hi Miguel, I've fixed this in production, can you check if your session is stored.
-
Rui Ferreira
2014-06-11- status: accepted --> pending