doubt regarding response.encodeURL and JSessionid
843836Nov 20 2004 — edited Mar 10 2006hi
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>