Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

doubt regarding response.encodeURL and JSessionid

843836Nov 20 2004 — edited Mar 10 2006
hi

imy doubt regarding response.encodeURL

i know this method is used when u disable cookies in the browser

jsessionid will append in the URL

<a href="<%=response.encodeURL(ex.jsp)%>?name='+name">my doubt is how jsessionid will append to the URL when i use encodeURL method;

should i create sessionid using session.getId();

should i applend this sessionid to the URL;

how this Jsessionid will work in ex.jsp when i use request.getParameter("name");


what is the use of jsessionid here explain me clearly</a>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2006
Added on Nov 20 2004
4 comments
719 views