My TR.properties is set like that, but when I try to navigate to a page
without first logging in, I simply get redirected to the login screen. I
would like to be able to access some (reistration) pages without loging in,
and some pages only after logging in. How do I do this?
Deborah
-----Original Message-----
> Secondly, I would like to let a user navigate through some pages before
> logging in. I have found some information which tells me that I need to
> implement my own session validator that returns nothing, and then let my
> secure pages use a differnt session Validator, but I am not sure of how to
> implement my own session validator, where to put it, adn how to make the
> "secure" layout execute a different session validator. Could you please
help
> me out here.
In your TR.props file, if you use...
action.sessionvalidator=sessionvalidator.TemplateSessionValidator
Then that should do what you want.
Thanks,
-jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]