http://www.perldoc.com/perl5.6.1/lib/CGI.html

should get you what you need..

-G

On Mon, 09 Sep 2002 19:18:43 +0000
Mariusz K <[EMAIL PROTECTED]> wrote:

> Hi:)
> I want to be able to track the user as he goes from one pae to another. I 
> heard that sessionID are used for that purpose. I was trying to find info on 
> the net about creating a sessionID with perl and didn't find any articles 
> for biginners. Could anyone pls tell me how to create them or where I could 
> find some information (webaddress)?
> How do I generate one? Is it basically creating a random number and assuming 
> that beacuse of the very low probability each generated SessionID will be 
> unique? (then I would send a cookie with the sessionID and save the 
> sessionID to my DB at the same time, for later comparison - I guess?)
> 
> Thank you
> Mariusz
> 
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to