Hi!
I just uploaded a new version of the session plugin to CPAN. It fixes all
known bugs but one, plus it is easier to configure for the common case.
IMPORTANT: read the docs, configuration changed slightly.
The one remaining bug is the problem with PerForm. This has been addressed in
the PerForm taglib and will be fixed with the next PerForm release.
Alternatively, install it from CVS or apply this little patch:
diff -b -u -r1.9 -r1.10
--- PerForm.pm 2002/06/09 22:07:52 1.9
+++ PerForm.pm 2002/06/10 15:04:58 1.10
@@ -43,7 +43,6 @@
NamespaceURI => "",
Attributes => [
{ Name => "name", Value => $attribs{name} },
- { Name => "action", Value => Apache->request->uri },
{ Name => "method", Value => "POST" },
{ Name => "enctype", Value => "multipart/form-data" },
],
(i.e., remove the line reading '{ Name => "action", ...')
--
CU
Joerg
PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc
PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]