Session Management: An Alternate Approach

2001-10-10 Thread Eric Lowry
Hello fellow Embperl users! Recently, I have noticed several threads of discussion around session management and I want to present an alternate mechanism for managing a user's session. I have built a simple alternative to using cookies or URL re-writing that seems SO simple that there must be

Re: Session Variables in Perl

2001-10-10 Thread Gerald Richter
>I have declared a session variable in preceeding ASP pages. How do I call >the session variable in Perl? > You have a hash called %udat. Everything you store there is preserved as session data. But you have to configure session handling correctly first. See http://perl.apache.org/embperl/Embp

Re: Setup of CGI.pm failed

2001-10-10 Thread Gerald Richter
> > > When CGI fails, does it contain any usefull information ? > > It's empty. Always. > ok, I just wanted to make sure it didn't get lost, because there was nothing in the Embperl error message. So we have verified that CGI.pm really doesn't set's $@ > > Also the user often (but not always) ge