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