jsessionid sent in URL is being ignored.

2008-10-25 Thread Vinuth Madinur
Hi, I'm facing this weird situation. I've a URL which is like this: http://127.0.0.1:8080/hhc/call.htm;jsessionid=A9BA1447B82CB594B176D479288EAE1B?_flowId=careGiverTrack_flowExecutionKey=_c46E07E3E-DC94-02A4-7961-763335C051A0_kC04C8A37-D22F-EF55-75E9-AD4514579721_eventId=patientNotFound

Re: jsessionid sent in URL is being ignored.

2008-10-25 Thread André Warnier
Vinuth Madinur wrote: Hi, I'm facing this weird situation. I've a URL which is like this:

RE: jsessionid sent in URL is being ignored.

2008-10-25 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: jsessionid sent in URL is being ignored. If the jsessionid was really a parameter in this URL, it would need to be after the ? No, the semicolon delimiter is correct. Look at section 7.1.3 of the Servlet spec and the URI RFC (3986