Re: Tomcat 7 applet session problem

2011-07-07 Thread Michael Heinen
It could be caused by the useHttpOnly attribute of the context to prevent cross-site scripting attacks. HttpOnly cookies are not allowed to be passed to any client side script or Plug-in - such as a java applet. see e.g. http://tomcat.apache.org/tomcat-6.0-doc/config/context.html#Common_Attri

Re: Tomcat 7 applet session problem

2011-07-06 Thread Pid
On 06/07/2011 21:54, S Arvind wrote: > Hi All, > Web application presently running in the tomcat 6 which has applet > in it. In that applet we make a connection to server using URL class and get > some data from the server after it loads. In this process we got error after > updating to th