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