Top "Httpcookie" questions

A class in the System.

Is it possible to set a cookie during a redirect in ASP.NET?

I am using ASP.NET. I either add or set a cookie (depending on whether the HttpRequest contains a cookie …

asp.net httpresponse httpcontext response.redirect httpcookie
Server cannot modify cookies after HTTP headers have been sent

I am creating a web application in C#. When my page loads I fire an asynchronous thread to process some …

c# asp.net cookies httpcookie httpexception
How to make an ASP.NET session cookie expire with the ASP.NET HttpSession?

I have created an HttpCookie in order to share data across a subdomain : HttpCookie cookie = new HttpCookie("sessionGUID"); cookie.Value = …

asp.net session httpcookie
A cookie without a domain?

Is it possible to set a cookie without a domain? This will mean all domains will have access to it.

cookies setcookie httpcookie
Why does Request.Cookies return string instead of HttpCookie object in foreach loop?

This morning I accidentally saw the following snippet code, I was fairly surprised because it work very well. Don't look …

asp.net httpcookie
how to generate a cookie in text file

I'm wondering if it's possible to generate a cookie and save it in a text file. The requirement is to …

cookies httpcookie
Android: Handle Cookie from HTTP Get-Request

I am working on an app which shall log in to a web site (via http://......?password=xyz). I use …

android http cookies http-get httpcookie
Manually renew forms authentication ticket:

Yet another problem with forms authentication ticket expiring too soon. I need to use sliding Expiration set to true. I …

asp.net forms-authentication httpcookie
CookieManager for multiple threads

I am trying to make multiple connections via threads. But every connection seems to override the other's cookies, resulting in …

java http cookies https httpcookie