It is possible to want session support without login.  You can keep track of
state for an anonymous user.  And this is done by creating a
SessionValidator that does not require a user to be logged in.

>
> In the  RunDataFactory.getRunData( ) method there is the following code:
>
>      // XXXXX: Comment this out if you do not need/want session support
>         data.setSession ( data.getRequest().getSession(true) );
>
> If there is no session object, no need for a SessionValidator at all...
no?
> No SessionValidator and no need to login... correct?
>
>
> -Scott-
>




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to