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
2010/12/23 Venky Vasant : > 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 "httponl

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