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
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
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
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
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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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
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