Hi all,
I am developing application using struts. But i do not know how to append jsession id in URL. If any one know, reply me asap.
Thanks,
Why do you need it, It normally is not advised to append the jsessionid in the url.
read this .
Check your server documentation and make sure that the servlet context for your web app has session tracking using cookies disabled.
set the cookies to true.
Further read the tomcat/your documentation for more answers about it.
I hope this should be it.
regards,
ajos