Request.Cookies problem
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Friends I have problem in my ASP.Net Project. The starting page of my project is login.aspx. On submit button of this page i make Response.Cookies("User")("LoginId")=loginid.text and Response.Cookies("User")("Pass")=pass.text. after that page redirect to another page next.aspx In next page i retrieve the value of cookies by Request.Cookies("User")("LoginId") in some variables. This display the stored value but problem is that after executing this page it directly redirect to login.aspx. why this problem come i don't write any Response.Redirect("login.aspx") on next.aspx page. Please help me Thaks in advance J. A. Patel