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 - whic

Re: httponly cookies

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

Re: httponly cookies

2010-12-23 Thread Venky Vasant
, December 23, 2010 8:11:09 PM Subject: Re: httponly cookies 2010/12/23 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. > 1. Do you know what "Httponly" means? (

Re: httponly cookies

2010-12-23 Thread Konstantin Kolinko
2010/12/23 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. > 1. Do you know what "Httponly" means? (The basics) 2. What your application is? (What technology) 3. You are talking

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