You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1, in the documentation is now described only global mechanism for setting values, and it is very difficult to find a solution to implement "Remember me" in application.
If I understand it right, features like "Remember Me" should be implemented on top of Plack::Middleware::Session in the frameworks, rather than end users (app developers) mess with the $env variables.
It's possible to recreate cookies with per-request values by setting
change_id
and one of the following keys in$env->{'psgix.session.options'}
:This is useful to implement things like a "Remember me" option, for example, so I think it should be documented.
The text was updated successfully, but these errors were encountered: