Thanks for pointing this out. Although I was confused at first, I could have sworn I mentioned this. But I guess that was in the Chatterbox.

I've read through Ovid's tutorial. I did the examples he had listed, and got some basic authentication going. But there were some holes in the tutorial that didn't quite answer my initial issues.

For example, generation of a session ID. Ovid kind of glossed over this. From a few searches I've determined that the session ID is just a randomly generated unique string. Guaranteeing a unique value sounds pretty easy with a module like Data::GUID, which I'll have to look into getting installed on my webhost.

Also the tutorial is very light on cookies and session info. I can set up a login, but keeping track of who is logged in and who isn't... not really addressed. I'm still working on that one.

So really what I need is something to bridge from Ovid's basic course to the CGI documentation (which also seems to leave a lot of things unanswered). But in any case, thanks for the suggestion.


In reply to Re^2: Web application development by Nkuvu
in thread Web application development by Nkuvu

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.