On Thursday, 04. July 2002 00:02, Chris Wenham wrote:

>  I can log in as a user and have it authenticate me wherever I go, but as
> soon as I POST the results of a form into a PerForm based XSP page, the
> Session library "forgets" who I am: reverting back to the guest account and
> preventing the form from being posted properly.

This is an interaction problem with the auto-detection of cookies. PerForm 
uses an absolute link for it's 'action=' form attribute, while the Session 
taglib does not fully work with absolute links (most of the time it does, but 
this is one thing where it doesn't).
The issue was fixed in PerForm CVS as far as I know, instructions should be on 
www.axkit.org somewhere (Matt, is that true?). A more generic approach for 
the "absolute link" problem will be part of the next release of the session 
taglib.

-- 
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]

Reply via email to