Re: Session Management

2003-12-12 Thread Kevin Old
On Fri, 2003-12-12 at 16:08, Mike Blezien wrote: > Kevin, > > that's a bit more then we really wanted to get into for this project, plus > portability is going to be an issue too. So it can be installed on serveral > differnet servers. So we are thinking it be much easier to install either the

Re: Session Management

2003-12-12 Thread Mike Blezien
PROTECTED] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Kevin Old wrote: On Fri, 2003-12-12 at 15:50, Mike Blezien wrote: Hello, We are in the process of setting up a session management system for a complex membership system project. I've been reading through the docs on CGI::Session and Apache::Session and

Re: Session Management

2003-12-12 Thread Kevin Old
On Fri, 2003-12-12 at 15:50, Mike Blezien wrote: > Hello, > > We are in the process of setting up a session management > system for a complex membership system project. I've been > reading through the docs on CGI::Session and Apache::Session > and was hoping to get

Session Management

2003-12-12 Thread Mike Blezien
Hello, We are in the process of setting up a session management system for a complex membership system project. I've been reading through the docs on CGI::Session and Apache::Session and was hoping to get some feedback if one is preferred over another, the pros and cons of using one

Session Management

2003-09-28 Thread Mike Blezien
Hello, We've reviewing the CGI::Session and Apache::Session modules, and both seem to do pretty much the same thing. Is one better then the other, better advantages one over the other, more portable,..etc. Any feedback would be appreciated :) MikeBlezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Problem with session management in perl

2003-03-31 Thread Pankaj Kapare
Hi, I want to maintain the session in perl.For that I used CGI::Session module.I wrote simple script as follows.I am storing the one variable called "name" in session in first perl file(first.pl).Now I am tring to access this variable in Second perl page(second.pl). Now my problem is when I pri

Session Management

2003-03-31 Thread Pankaj Kapare
Hi, I want to maintain the session in perl.For that I used CGI::Session module.I wrote simple script as follows.I am storing the one variable called "name" in session in first perl file(first.pl).Now I am tring to access this variable in Second perl page(second.pl). Now my problem is when I pri