hi,

  i have been trying to setup embedperl (v1.3) with Apache::Session (v1.53).
  i have written test scripts to ensure that Session.pm works using Oracle.
  i have successfully stored serialized session information using oracle
  with these scripts.

  i have also successfully gotten file based session stores to work with
  embedperl.

  but i cannot get an oracle store to work with embperl.

  these are the values i'm using for the 2 environment varialbes that
embedperl
  needs:

$ENV{EMBPERL_SESSION_CLASSES} = "Oracle Null";
$ENV{EMBPERL_SESSION_ARGS} = "DataSource=dbi:Oracle:conn_info UserName=xyz
Password=abc Commit=1";

  i've tried different value for session_classes including:  Oracle Null,
Oracle File, Oracle Semaphore
   to no avail.

  i've also tried two variations of embperl_session_args:
"DataSource=dbi:Oracle:conn_info UserName=xyz Password=abc Commit=1";
"DataSource=dbi:Oracle:conn_info UserName=xyz Password=abc";

  i am guessing that my problem is with the value for session_classes.  the
documentation says
  that the value is a space separated list of (1) the store class name and
(2) the lock manager class
  name.  I verified that Oracle and Null are valid stores and lock managers
respectively.

  the behavior that i am noticing is this:
   1. when hitting a page that sets a key-pair into %udat, a cookie is set.
when reloading that
  page, a new cookie is set (this should not happen).
   2. when hitting a second page that tries to read the key pair back from
%udat, it can't find
    it.

thanks in advance for your help..

/ eitan suez
  austin, texas


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

Reply via email to