Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: unique cookie id?

by adrianh (Chancellor)
on Dec 23, 2003 at 22:15 UTC ( [id://316727]=note: print w/replies, xml ) Need Help??


in reply to Re: unique cookie id?
in thread unique cookie id?

Digest::MD5::md5hex($$.time.$ENV{'REMOTE_ADDR'});

This won't be unique if you get two requests to the same Apache process from the same IP in under a second. Something that's fairly likely to happen in many environments I'm afraid :-)

Replies are listed 'Best First'.
Re^3: unique cookie id?
by cLive ;-) (Prior) on Dec 24, 2003 at 14:55 UTC
    Unlikely in our instance though :)

    cLive ;-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://316727]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-23 13:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found