You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Greg Cope <gj...@rubberplant.freeserve.co.uk> on 2000/07/26 10:11:51 UTC

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



Re: Is there a module for getting / setting a Session-ID

Posted by Greg Cope <gj...@rubberplant.freeserve.co.uk>.
jeff wrote:
> 
> The mod_perl eagle book has a good section on saving state information
> using session ids. And it's not necessarily mod_perl based.

Thanks Jeff.

I've some code based on parts of the state section - speifically the
ideas of URL mungling.

Greg

> 
> --
> Jeff Saenz
> jeff@planetoid.net


Re: Is there a module for getting / setting a Session-ID

Posted by jeff <je...@planetoid.net>.
The mod_perl eagle book has a good section on saving state information
using session ids. And it's not necessarily mod_perl based.

--
Jeff Saenz
jeff@planetoid.net



Re: Is there a module for getting / setting a Session-ID

Posted by Greg Cope <gj...@rubberplant.freeserve.co.uk>.
"Issam W. Alameh" wrote:
> 
> check Apache::ASP
> 
> http://www.nodeworks.com/asp/
> 
> It is so great
>

Thanks - I'm looking for something more lightwieght - i.e just to do
this ...

But all the people pointing me to Apache::ASP is starting to tell me
something.

Greg
 
> Issam
\

RE: Is there a module for getting / setting a Session-ID

Posted by "Issam W. Alameh" <is...@alameh.net>.
check Apache::ASP

http://www.nodeworks.com/asp/

It is so great

Issam

-----Original Message-----
From: greg@cronus.host4u.net [mailto:greg@cronus.host4u.net]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