ASP.NET Cookies
-
I don't know to how to use Cookies in asp.net to remember my client login. Please hlep me Thanks
................
-
I don't know to how to use Cookies in asp.net to remember my client login. Please hlep me Thanks
................
dim mycookie as new HttpCokokie("userinformationName") mycookie.Value="userinformation" Request.Cookies.Add(mycookie) wish it could help u!
-
dim mycookie as new HttpCokokie("userinformationName") mycookie.Value="userinformation" Request.Cookies.Add(mycookie) wish it could help u!
Thanks, but I don't understand yet what is proccess?
................
-
Thanks, but I don't understand yet what is proccess?
................
maybe the subsection "Cookie State" of this article(http://www.codeproject.com/aspnet/aspdotnetstatmgmnt.asp[^]) could help u!:) -- modified at 21:33 Friday 25th August, 2006