Can you post the EMBPERL_SESSION_* settings from your config! The CLASSES
are "object store and lock manager (and optionally the serialization and id
generating class" - I found the serialization (e.g. base64) to be crucial
because the 8 bit session data was being corrupted when I tried to put it
into a 7 bit object store (an Oracle database). Also, if storing in a
database then you may not be commiting, so make sure you have Commit=1 in
the ARGS! In neither case was the 'failure' reported.

So for Oracle, if memory serves, you would need something like...

EMBPERL_SESSION_CLASSES = "Oracle null base64 md5"
EMBPERL_SESSION_ARGS = "DataSource=dbi:Oracle:conn_info UserName=xyz
Password=abc Commit=1"


----- Original Message -----
From: "Michael Boudreau" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 8:39 PM
Subject: problem with %udat


> I am trying to use the %udat hash with
>     - Embperl 1.3.4
>     - Perl 5.6.0
>     - Apache 1.3.26
>     - Apache::SessionX (can't find version)
>     - MySQL 3.23.49
>
> When I start up Apache, it reports that session support is enabled:
>
>     % apachectl start
>       [6351]SES:  Embperl Session management enabled ()
>       apachectl start: httpd started
>
> When I set a value in the %udat hash, Embperl does not report an error.
>
> But when I try to access the same value again, it is undefined. No error
> message.
>
> How do I troubleshoot this?
>
>
> =================================================
> Michael Boudreau
> Senior Electronic Publishing Developer
> The University of Chicago Press
> 1427 E. 60th Street
> Chicago, IL 60637-2954
>
> phone: 773 753 3298
> fax: 773 753 3383
> =================================================
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



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

Reply via email to