I am not sure I can help, but it would probably help to clarify things.When
you say "secure URL" are you switching between http and https or are you
just referring to before login and after login states.  Also you should send
a stack trace.  Cookie/URL rewriting methods of session management should be
transparent using JServ, not sure about every servlet engine.

----- Original Message -----
From: Chris Kimpton <[EMAIL PROTECTED]>
To: turbine mailing list <[EMAIL PROTECTED]>
Sent: Friday, May 05, 2000 12:54 AM
Subject: Problems without cookies? DynamicURI


> Hi,
>
> This maybe convoluted, so bear with me.
>
> The structure of the site we're building with Turbine is that some pages
require login and some don't, so I've "re-used" the Jyve session validator,
which always created a dummy user if the user hadn't logged in and then
changed it to only do this, if the page is marked as not needing a login,
otherwise, I set the "screen" to the login page and "nextscreen" to the
original target screen.
>
> Now turn off cookies (as it works with them enabled...)
>
> Thus, I'm testing this out by trying to access a secure URL directly, it
then correctly gives the login page - I login, and it then correctly passes
me to the requested secure URL (which displays some user specific info - so
I know things are fairly ok at this point).  This page is one that allows
the user to create something, so I fill in some details and hit submit - and
then I get a NullPointerException in my code when it tries to get the user
from rundata.
>
> Is there perhaps some kind of session/dynamicURI setting that I need to do
in order to get this kind of thing to work?
>
> Any thoughts?
>
> Thanks,
> Chris
> ______________________________________________
> FREE Personalized Email at Mail.com
> Sign up at http://www.mail.com/?sr=signup
>
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]



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

Reply via email to