I am running apache-tomcat-6.0.53 on my web application server, i deploy application using spring and struts. when i access my webpage it creates JSESSIONID=xxxxxxxx automatically. i want to add another JSESSIONID but with different name, i want to check this another cookies in my app to detect state of user when access my app.
is it possible to create another JSESSIONID with another name such as LSESSIONID=xxxxxxx from tomcat settings?
Thanks