anywayz, it worked....

----- Original Message -----
From: "Sylvain Hamel" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, January 04, 2002 12:52 PM
Subject: Re: ;jsessionid not working


> I am a little baffled by this note in the FAQ :
>
> "Otherwise, URL rewriting cannot be used with  browsers which do not
support
> cookies."
>
> Isnt this one of the purpose of URL rewriting? to enable sessions when
> cookie support is not available?
>
> Sylvain
>
>
> ----- Original Message -----
> From: "Sylvain Hamel" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Friday, January 04, 2002 12:40 PM
> Subject: Re: ;jsessionid not working
>
>
> > a short example would be appreciated...
> >
> > ----- Original Message -----
> > From: "John Moore" <[EMAIL PROTECTED]>
> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> > Sent: Friday, January 04, 2002 12:40 PM
> > Subject: RE: ;jsessionid not working
> >
> >
> > >
> > > You should be using the url encoding to get the session id.  Also I'm
> > pretty
> > > sure that the ;jsessionid needs to come before the ?.
> > >
> > > John
> > >
> > > -----Original Message-----
> > > From: Sylvain Hamel [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, January 04, 2002 9:34 AM
> > > To: tomcat-user
> > > Subject: ;jsessionid not working
> > >
> > >
> > > OS : win98
> > > TOMCAT : 3.2.3
> > >
> > > I cant seem to use a path sessionid for a non-cookie enable browser.
> > > here is an example url that get sent to tomcat
> > >
> > > http://sylvain:9090/wap/menunewtask.jsp?;jsessionid=2w84ctnex1
> > >
> > > the sessionid is obtained like this :
> > > <%= session.getId() %>
> > >
> > > In order to debug this I added the following lines to the header.jsp
> file
> > > that all my pages include :
> > >
> > > //---------------
> > > Date dateHeader = new Date();
> > > System.out.println(dateHeader.toString() + " SessionID : " +
> > > session.getId());
> > > //-----------------
> > >
> > > A call to menunewtask will result in a new session id.
> > >
> > > What am I doing wrong???
> > >
> > > Sylvain
> > >
> > >
> > > --
> > > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > > For additional commands: <mailto:[EMAIL PROTECTED]>
> > > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> > >
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to