I having a problem dear mighty monk. I am trying to wrote a website using perl in Apache server. that i need user to login with password to login to the server. and when logout/signout button (like most of the email system does) press how can i make all the previous page to be expires. i had use the "expires" in print header. but when i copy the whole http://.... id number..etc from the browser address, and then press enter. It still can direct me back to the page- To the page where actually i need to login only can view. I think i have abit misunderstanding with the 'expires'. So what can i do after the user have logout, and when the address of the page that visited is copy down and retyping in the browser address bar will be no longer accessable without login again. Do i really need cookies or is that any other way, coz i not fimiliar with the cookies stuff. Thank for the response, Thank you

In reply to How to code security for Expires Page by Draff

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.