I usually use Session::Apache for that.  It will allow for the creation of
session ID's, storing data, and retreival of data.  You will need to set up
a table in a database, and then put some code in each page to fetch the
session ID from the querystring or cookie so that it can initialize the
session object.  It's a little tricky, but will do what you want.

Rob

-----Original Message-----
From: Hytham Shehab [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 12, 2002 3:42 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: session id


Hello!
    i see in most PHP powered sites values like SID=02304028lkbah234, which
is the session id in most cases, is there any way to do the same in PERL?

Thanks

--
Hytham Shehab

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

Reply via email to