Hi, all I am using Tomcat 5.5.26 as the Web Server. I know the session information is stored in Cookies with the key JSESSIONID.
But some browsers don't support Cookies. So my question is if user's browser doesn't support Cookies, then where to store user's session information? And besides session, how to store other user's state information, because HTTP protocol is a stateless protocol? Thanks.