allen haim wrote:

OK, I've looked in /tmp, and I see a file with the same name as the
_session_id key in %udat.

Looking in that file, I see some control characters throughout, I see my
data in plain text, (just 'allen' and 'hello') and I see the session id.


ok - so embperl is able to write the session data to the file. the control characters are just part of the serialization and storage process. the only problem you are having is that the SET-COOKIE header is not being set with the session ID.

so,  what have you set for??:
EMBPERL_COOKIE_DOMAIN
EMBPERL_COOKIE_PATH
EMBPERL_COOKIE_EXPIRES

s/b something like:
SetEnv EMBPERL_COOKIE_DOMAIN .netherrealm.net
SetEnv EMBPERL_COOKIE_PATH /
SetEnv EMBPERL_COOKIE_EXPIRES "+7d"

--
_____cliff_rayman_____________________________________
Business Consulting and Turnaround Management
[web] http://www.rayman.com/
[web] http://all-clear-turnaround-management.com/
[eml] cliff __AT__ rayman.com
[phn] 888-736-3802 x701
[fax] 818-743-7404
______________________________________________________


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to