servlets should have no problem with persistent cookies, I think you
need to keep trying, if that is the road you want to take.  

I think the attribute is cookies="false" on the <Context> tag.  If it
works you should see session ids appear in your urls; if it does not,
search the catalina archives for session cookie or url rewriting for the
correct syntax and location.

john mcnally

Dan Bachelder wrote:
> 
> Boy... it looks like servlets only support session cookies... strange..
> 
> I guess I need to use that URL encoding thing... is that a server.xml
> setting?
> 
> ----- Original Message -----
> From: "Dan Bachelder" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, September 04, 2001 9:28 PM
> Subject: Re: security
> 
> > Is there a way to use persistant cookies instead of session cookies? I've
> > been plaing with RunData and DefaultCookieParser but they don't seem to do
> > the trick... I would like to check for a persitant cookie in my login
> action
> > and if it doesn't exist or is expired ask the user to log in... and in my
> > TemplateSessionValidator I want to also check said cookie... I don't  see
> > anyway to mess with the expire date or type of cookie in the classes I
> have
> > played with so far.. any pointers?
> >
> > >
> > > You do not have to do it manually, if you shut off session cookies in
> > > the container, turbine (using the container) will automatically switch
> > > to url rewriting.  So $link will work transparently.
> > >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to