check Apache::ASP
http://www.nodeworks.com/asp/
It is so great
Issam
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Greg Cope
Sent: Wednesday, July 26, 2000 11:12 AM
To: Modperl list
Subject: Is there a module for getting / setting a Session-ID
Dear All
Is there a (CPAN) module for transparently setting/getting a Session id
from a client:
i.e. If they are using cookies set and send a Session ID (shortish
expiration time) and optionally a User ID (cookie with a long expiration
time).
If cookies are off then use URL mangling to store a Session ID (no need
for a User ID as we would not be able to identify a revisit accurately
..).
These ID's could then be used with Apache::Session to store the data
....
If not why - does everyone roll thier own ? or are there issues that are
not obvious ? Would any be interested in one ?
Greg Cope