In rereading my last post I realized that I didn't give much informaiton
to go on. I am upgrading from HTML::Embperl 2.0b5 to 2.0b7 Embperl. My
setup was working correctly with Apache::SessionX prior to the upgrade
attempt. I have double checked the conf file and no SESSION values are
set there that might conflict with SessionX.
I am able to process pages correctly that contain Embperl code, it is
only an issue with retaining the session data.
Here is my conf file settings for the server and directory in question:
EMBPERL_DEBUG 13549
EMBPERL_LOG /embperl/log
EMBPERL_ESCMODE 0
EMBPERL_OPTIONS 16
AddType text/html .epl
<Location /my_app>
EMBPERL_APPNAME my_app
EMBPERL_URIMATCH "(\.htm|\.epl)$"
EMBPERL_COOKIE_EXPIRES +30m
EMBPERL_COOKIE_PATH /my_app
SetHandler perl-script
PerlHandler Embperl
Options ExecCGI
</Location>
Aaron Johnson
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]