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!

you are obviously doing something seriously wrong. Even if 2 different users used the same computer, same browser to access your system one after the other, provided they pressed the logout button (and provided your logout procedure worked) there should be no trace of the previous user's data visible to the next. And if the previous user did not logout, then the next one should never arrive to the login screen anyway. Cookies can live on, they can be made to expire at some time, they can be made to expire immediately and erased from the browser, they can be kept alive on the browser but the session you keep can indicate "logout" state etc.


In reply to Re^6: [RAKU] How to install zef on Ubuntu 22.04 by bliako
in thread [RAKU] How to install zef on Ubuntu 22.04 by Polyglot

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.