httponly cookies

2010-12-23 Thread Venky Vasant
  My client application failing to read cookies set as httponly by .net server.   what lines do i need add to read them and send it to the server.     Regards Venky

Re: httponly cookies

2010-12-23 Thread Konstantin Kolinko
2010/12/23 Venky Vasant venkat...@yahoo.com: My client application failing to read cookies set as httponly by .net server. what lines do i need add to read them and send it to the server. 1. Do you know what Httponly means? (The basics) 2. What your application is? (What technology) 3. You

Re: httponly cookies

2010-12-23 Thread Venky Vasant
List users@tomcat.apache.org Sent: Thu, December 23, 2010 8:11:09 PM Subject: Re: httponly cookies 2010/12/23 Venky Vasant venkat...@yahoo.com: My client application failing to read cookies set as httponly by .net server. what lines do i need add to read them and send it to the server. 1. Do

Re: httponly cookies

2010-12-23 Thread Konstantin Kolinko
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

Re: httponly cookies

2010-12-23 Thread Pid
On 23/12/2010 14:06, Venky Vasant wrote: My client application failing to read cookies set as httponly by .net server. what lines do i need add to read them and send it to the server.` Please start a new email, rather than adding to or editing a reply to an existing email thread - which