What i meant was without any other web serving software on the box, i.e apache, extra module which aren't installed on gameserver boxes normally.

Ok with CGI::Sessions i couldn't get the to recognise individual users, they jsut kept me logged in. So i tried the ip loggin method but this doens't work for AOL users i believe.

I simply couldn't work out how to do the HTTP authentication method.

Cookies and other standard HTTP methods should work fine if i understood them enough to code them into my server, the web server was written by me and is very basic, making use of as few modules as possible, the idea being to keep the software as small as possible and to require the minimum of extras to run it.

I think the main problem here is i don't understand enough about using sessions in perl either with CGI ro without, and i can't find any useful help on the web.

Harry


In reply to Re^2: Sessions for perl without web server by haswalt
in thread Sessions for perl without web server by haswalt

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.