Re: Session Variables in Perl

2001-10-13 Thread Gerald Richter
>I don't think that you can use the same session variable from an ASP >page to EPL pages. I could be wrong, but I would think that is the case. >Unless you can write a wrapper that will be able to modify the Apache >Session module or re-write that module completely. > >Anyone: Is it actually pos

Re: Session Variables in Perl

2001-10-11 Thread Akshay Arora
I don't think that you can use the same session variable from an ASP page to EPL pages. I could be wrong, but I would think that is the case. Unless you can write a wrapper that will be able to modify the Apache Session module or re-write that module completely. Anyone: Is it actually possible to

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