I tried too, no success :p

-----Original Message-----
From: Marc Farrow [mailto:[EMAIL PROTECTED] 
Sent: May 26, 2006 9:16 AM
To: Tomcat Users List
Subject: Re: jsessionid

Oh yeah!  Parameters are case sensitive.  You need to make sure the case
is
the same as what is produced automatically.  I don't recall it being all
lowercase.

On 5/26/06, Gilbert, Antoine <[EMAIL PROTECTED]> wrote:
>
> Tried these without success
>
> http://myurl;jsessionid=xx?otherparams
> http://myurl?jsessionid=xx&otherparams
> http://myurl?otherparams;jsessionid=xx
>
>
>
> -----Original Message-----
> From: Marc Farrow [mailto:[EMAIL PROTECTED]
> Sent: May 26, 2006 9:10 AM
> To: Tomcat Users List
> Subject: Re: jsessionid
>
> should not the jsessionid be just another parameter like the rest?
>
> have you tried this?
>
> http://myurl?jsessionid=xx&otherparams
>
>
> On 5/26/06, Gilbert, Antoine <[EMAIL PROTECTED]> wrote:
> >
> > Hi
> >
> >
> >
> > I have a problem related to http sessions.
> >
> >
> >
> > I have an image tag in a page. Using JavaScript I change the source
of
> > the image and calling a servlet hosted by tomcat 5. In this
particular
> > case I have to specify the jsessionid in the url to bind the call to
> an
> > existing session.
> >
> >
> >
> > http://myurl;jsessionid=xx?otherparams
> > <http://myurl;jsessionid=xx/?otherparams> =...
> >
> >
> >
> > I don't know why, but this is not working. It seem to be on a
> different
> > session than the existing one.
> >
> >
> >
>
>
> --
> Marc Farrow
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Marc Farrow


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to