Re: session question

2004-04-19 Thread Jenda Krynicky
From: Long Fei <[EMAIL PROTECTED]> > Can any one tell me if it's possible to pass session information from > I have pages which check session parameter > '~logged-in' at the begining of all page. And I found that 'submit' > can not pass session information (from 'action')properly which means I > a

session question

2004-04-19 Thread Long Fei
Can any one tell me if it's possible to pass session information from I have pages which check session parameter '~logged-in' at the begining of all page. And I found that 'submit' can not pass session information (from 'action')properly which means I am always redirected to 'index.html' page. B

Fwd: Apache::Session question

2004-03-25 Thread B. Fongo
My implementation of Apache::Session::MySQL dies along the way, and gives unclear warning. [error] Died at /usr/lib/perl5/site_perl/5.8.0/Apache/Session/Generate/MD5.pm line 40. I decided to implement session as a module call Store::Session, so as to minimize recoding it in many script. Babs

Apache::Session question

2004-03-25 Thread Perl
My implementation of Apache::Session::MySQL dies along the way, and gives unclear warning. [error] Died at /usr/lib/perl5/site_perl/5.8.0/Apache/Session/Generate/MD5.pm line 40. I decided to implement session as a module call Store::Session, so as to minimize recoding it in many script.