> >
> > 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?
>
>
With that said, in the Turbine class there is this code:
if (data.getSession().isNew()){
what if data.getSession() returns null as per the "...Comment this out if
you do not need/want session support
..." part of RunDataFactory?
-scott-
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]