in reply to Re^4: [RAKU] How to install zef on Ubuntu 22.04
in thread [RAKU] How to install zef on Ubuntu 22.04
I need to maintain a login session. Cookies appear to be the only viable solution when browsers now remember (cache) all the values of the form's hidden fields. I've been experiencing startling issues as a result, such as trying to login and the browser restoring the state of a different, previously logged-in, user, resulting in the wrong user logging in! In order to bypass this sort of behavior, I see no other way than to kow-tow to the cookie system that I have so long eschewed. Cookies aren't cached (as far as I know), and would be more secure, and more consistent, given that is what browsers have come to expect for session maintenance.
Blessings,
~Polyglot~
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: [RAKU] How to install zef on Ubuntu 22.04
by bliako (Abbot) on Jan 11, 2024 at 12:41 UTC | |
by Polyglot (Chaplain) on Jan 11, 2024 at 14:49 UTC | |
by bliako (Abbot) on Jan 11, 2024 at 15:49 UTC |