Stories recently tagged with 'Cookies'

An overview of Asp.net Cookies - Vikram Lakhotia(vikramlakhotia.com)

submitted by Vineet2Vineet2(435) 4 years, 4 months ago

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. read more...

add a comment |category: |Views: 1

tags: another

WebClient: Handling Cookies(couldbedone.blogspot.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 6 months ago

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 yourself. read more...

add a comment |category: |Views: 2969

tags: another

On The Care and Handling of Cookies(codeproject.com)

submitted by docluvdocluv(1575) 4 years, 10 months ago

A very detail look into the programatice use of cookies in ASP.NET. read more...

add a comment |category: |Views: 29

tags: another

Subdomain Cookies and Localhost(techtoolblog.com)

submitted by teenwolfteenwolf(235) 5 years ago

How to trick your localhost to accept cookies from a subdomain read more...

add a comment |category: |Views: 57

tags: another

ASP.NET Tips & Tricks(dotnethangout.blogspot.com)

submitted by bulli_101bulli_101(25) 5 years, 2 months ago

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 read more...

1 comment |category: |Views: 12

tags: another

Update LastActivityDate in aspnet_Users with Cookie Auth(andreas-kraus.net)

submitted by reteepreteep(739) 5 years, 3 months ago

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. read more...

add a comment |category: |Views: 65

tags: another

Secure Cookie(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 5 years, 4 months ago

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. read more...

1 comment |category: |Views: 30

tags: another