On 08/08/2011 08:29, Oleg Belykh wrote:
> I have a strange problem when accessing servlet on Tomcat 7.0.14 server with Safari and
Google Chrome browsers. There is no cookies. No JSESSIONID, nothing in Javascript: document.cookie
variable. But i see that cookie JSESSIONID is registered in "Show cookies" Safari preferences
area. When i access Tomcat 6.0.30 with all this browsers all things work as expected.
HttpOnly now defaults to 'true' for the session id cookie, in Tomcat 7.
See 'useHttpOnly' in:
http://tomcat.apache.org/tomcat-7.0-doc/config/context.html
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
p
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|