disappearing cookies
-
guys; i have 2 request the first is post used to add cookies to response the other is a get request caused by Request.Redirect() call in the first one's server side. my expectation is to find the added cookies in the second's request cookies, but what really happens is that the added cookies disappear. please help me with this as i am stuck.
-
guys; i have 2 request the first is post used to add cookies to response the other is a get request caused by Request.Redirect() call in the first one's server side. my expectation is to find the added cookies in the second's request cookies, but what really happens is that the added cookies disappear. please help me with this as i am stuck.
-
You should post the relevant code.
There are only 10 types of people in the world, those who understand binary and those who don't.
Sir; Thank you for trying to help. The reason for cookies disappearing was, that I was mistakenly assigning a domain for the response cookies in the post request other than the actual domain, so they wont appear in the redirect request.
Help people,so poeple can help you.