2010/12/23 Venky Vasant <venkat...@yahoo.com>:
> Imagin my client application as browser , i am trying to read through a 
> cookies
> for another web app which is hosted on .NET, which was all working fine and 
> now
> cookies have httponly attribute which is actually new to me at this time

1. You cannot read "httponly" cookies from JavaScript. Never. That is
their purpose. The "httponly" flag is there to prevent JavaScript from
accessing the cookies.

2. You question is off-topic here.

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

Reply via email to