On Monday 02 September 2002 19:28, Mark A. Hershberger wrote:

> works correctly when I call it directly.  When I attempt to go to
> location protected via the Session component (/admin/edit.xsp), I
> get the login screen (internal redirect to /login.xsp), but

It should be an external redirect. It looks like a bug in the session plugin - 
I never used LoginScript myself. I will look into this, but don't hold your 
breath.
As a well-tested alternative, use LoginScript None, ErrorDocument 403 
/redirect?url=/login.xsp, and 'require not user guest' - see the SYNOPSIS 
section of the docs for details. Usually this pocedure is desirable anyways, 
since it allows you to write pages that are accessible both with or without 
login, possibly showing different content when logged in.

CU
J�rg

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

Reply via email to