I'm having a bit of trouble setting up AxKit::XSP::BasicSession --
sessions don't seem to be maintained from one page load to the next.

my httpd.conf includes 

  AxAddPlugin Apache::AxKit::Plugin::BasicSession
  AxAddXSPTaglib AxKit::XSP::BasicSession
  PerlSetVar BasicSessionDataStore DB_File
  PerlSetVar BasicSessionArgs "FileName => /tmp/session"

my sample xsp page looks soemthing like this:

<xsp:page
  xmlns:xsp="http://www.apache.org/1999/XSP/Core";
  xmlns:session="http://www.apache.org/1999/XSP/Session";
  language="Perl">
<page>
  <xsp:expr>
    ${<session:get-id/>}
  </xsp:expr>
</page>

This prints a session id; however, reloading the page prints another
session id, when I would expect to get the same one again.  I'm accepting
the cookie from the server.  I've checked the file /tmp/session and it
does get written to every time I access the page.  This behavior is
happening with Mozilla, IE, and lynx, so I don't think it's
browser-related.

Any ideas?

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

Reply via email to