On 12/01/2010 09:00, Peter Chen wrote:
> 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? 

Read chapter SRV.7 of the Servlet 2.4 specification.

> And besides session, how to store other user's state information,
> because HTTP protocol is a stateless protocol?

On the client or in the URL are two that come to mind. How appropriate
those approaches are will depend on your app. There is, of course, the
make your app stateless option.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to