----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 22, 2000 6:37 PM
Subject: Re: Turbine With out Login
> >
> > Hi,
> >
> > Can I set up Turbine so that my users don't have to login? If so, is
there
> > any doc. on this? Thanks.
> >
> > --hqn
>
> Read the FSD. It briefly documents how to do this. You need to create your
> own SessionValidator. Jyve is also a perfect example of this type of
> application.
>
> -jon
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]