Hi, Me and my roommate are attempting to design a perl based website. We cant figure out a way for a user to log in, then stay logged in, so that every form they fill out, or comment they make, some how sends their username in with it. For example, if they wanted to make a post on a BB, I would like it so that once they logged in, every script that they activate, or call, would know that it is their username calling it? The way we have it now is that the user actually has to put the username/pw every time they do something which edits 'their' file or they make a post which shows credit towards them. I would like it so they can log in once, per visit, or even with a "remember me" function, so that they could make infinte posts, among other things, in which the scripts would recognize the request as from them?

Thank you very much

Dipul

In reply to Stay Logged in by ImpalaSS

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.