Your close to the right track in using the time and IP to tell the clients appart.
But what I did to also tell the clients appart is format a session key with the users name, pass, IP and date expires.
that way if a client has the same IP the clients session ID would have to be formated with the other info and the way I have it coded.
It keeps track of the last time the client has authenticated and if the clienst access a page in less then one second it returns an error "Please Allow 1 seconds wait befor next page".
Hoping it will slow a brute force attack on the session ID.

I think using a hidden form field for the users authentication would be nice.
Only if it stay'ed in a hidden form field. once the session ID is passed through a link then you get into a security issue of the session ID being in the clients Referrer. From there the session ID can be seen by other sites.

Im not the best at session's and am still finding new ways to authenticate the clients.

In reply to Re: Sessions Vrs. Cookies by SFLEX
in thread Sessions Vrs. Cookies by andrew

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.