on 1/21/00 10:46 AM, Kimbro Staken <[EMAIL PROTECTED]> wrote:
> if (data.session.isNew())
> {
> data.setScreen(TurbineResources.getInstance()
> .getString("screen.homepage"));
> }
The redirect is there in order to set the session. If the session doesn't
exist, then do the redirect in order to tell the servlet engine whether or
not the session is sent as a cookie. My view of things is that everyone
should be given a session id from the very beginning. The reason is that you
may want to provide session tracking for everyone. If the session id is just
a "guest" user, in order to browse the site, then that is fine and that is
defined in the SessionValidator code. As I said before, please take a look
at how Jyve does this.
-jon
--
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]