Dear Monks,
Sorry to bother you all again. I've spent two hours working on cgi::session and I'm realizing that I don't really understand what how the program flow chart is supposed to look.

Here are my questions:

1. Does everyone that comes to the site get a sessionid? Or only people that are logged in?

2. Once a person logs in, the pages that he will be visiting are all dynamically created and the first thing that I do is check the cookies to see if the user is valid. Specifically -- what should I be storing? If i just store the userid, is that enough? I do not want to check the username or password every time they go to a new page ... that would load up the DB too much.

3. Can someone please define exactly what a session id is?


In reply to question on program flow and checking for cgi-session by cranberry13

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.