By tag: Cookies
0
kicks
An overview of Asp.net Cookies - Vikram Lakhotia
When working with a web application many a times we want to store the client specific data on the client side only. This helps in showing personalized data for the client. The session maintained by default is also done with the help of the session cookie only.
0
kicks
WebClient: Handling Cookies
WebClient class is very useful when you need to download or upload date from or to the Web. However, when you need to make a sequence of calls you find that WebClient does not preserve cookies set by the server between requests. Fortunately, WebClient gives you an opportunity to handle cookies by ...
0
kicks
On The Care and Handling of Cookies
A very detail look into the programatice use of cookies in ASP.NET.
0
kicks
Subdomain Cookies and Localhost
How to trick your localhost to accept cookies from a subdomain
0
kicks
ASP.NET Tips & Tricks
Simple Solutions for Realtime asp.net Programming Problems, like Sending Mail, Datagrid Itemcommand, IFRAMES in ASP.net, Javascript in ASP.net,Cookies in ASP.net,Xml in .NET, sorting programs
0
kicks
Update LastActivityDate in aspnet_Users with Cookie Auth
In case you are using the ASP.NET Membership Provider you probably noticed that LastActivityDate doesn’t update correctly whenever someone checked "Remember me" on his Login. Here's how you can take care of that.
0
kicks
Secure Cookie
This my second post of almost same topic asp.net lacking. This time it is Cookie. Still Asp.net has the lacking of creating encrypted cookie. Here is another handy class which generates encrypted cookie.