trying to use. Apache::AxKit::Plugin::Session AxKit::XSP::Session AxKit::XSP::Global AxKit::XSP::Auth I've been looking through the documentation and poking at this for a while now, and I don't seem to be able to get it to give me a session id.
is there some additional documentation or example code that I could see? right now.. my httpd.conf contains.. AxAddPlugin Apache::AxKit::Plugin::Session AxAddXSPTaglib AxKit::XSP::Session AxAddXSPTaglib AxKit::XSP::Global AxAddXSPTaglib AxKit::XSP::Auth and my xsp script looks like. <?xml version="1.0"?> <?xml-stylesheet href="NULL" type="application/x-xsp"?> <xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" xmlns:param="http://axkit.org/NS/xsp/param/v1" xmlns:session="http://www.apache.org/1999/XSP/Session" xmlns:auth="http://www.creITve.de/2002/XSP/Auth" language="Perl" > <html> <head><title>login</title></head> <body> <session:invalidate/> <h1>SessionID: <session:get-id/></h1> </body> </html> </xsp:page> and it's putting the following two lines in my apache error log. [Fri Jul 4 18:04:50 2003] [error] [client 192.168.0.4] [AxKit] [Error] Can't call method "delete" on an undefined value at (eval 225) line 34. [Fri Jul 4 18:04:50 2003] [error] [client 192.168.0.4] [AxKit] From: /usr/lib/perl5/site_perl/5.6.1/i386-linux/Apache/AxKit/Exception.pm : 9 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
