httpcookie
FormsAuthentication with enabled slidingExpiration is not returning a cookie in each request.
I have a web application with FormsAuthentication and with slidingExpiration=\"true\" in my web.config is not returning a cookie in each request, but when I see the HTTP transactions, 开发者_运维知识库[详细]
2023-04-08 23:00 分类:问答Asp.net HttpCookie specify port
Is there a way to specify the port for a HttpCookie? I have a site that is available at sub.example.com and needs to be deployed at sub.example.com:81 and sub.example.com:82.(so the same domain, diff[详细]
2023-04-03 18:30 分类:问答Cookie maintain in ASP.NET
I want to record the single cookie for maintain the quantity of a product and all product. how i can do this in c#.[详细]
2023-04-02 10:42 分类:问答How to get Cookies?
Using the WWW::Mechanize and HTTP::Cookies how would I extract the cookie past in the response from the server?[详细]
2023-03-19 03:41 分类:问答Generate and save a custom cookie on the serverside
I would like to generate a cookie (on the server side so there won\'t be any browser) with specific name/values and save it in a text file (e.g with fopen ). Later I\'m planning to to use that cookie[详细]
2023-03-17 01:07 分类:问答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 generate a cookie for any domain not only that you own.After all the cookies are plain text but[详细]
2023-03-16 15:58 分类:问答Redirect to last visited page (stored in a cookie)
In our MVC application we want the user, after he is logged in, to be redirected to the page he visted last in a previous session.[详细]
2023-02-26 03:13 分类:问答Purpose Of PHP Sessions and Cookies and Their Differences
I am just starting to learn to program in PHP and have ran into a slightly confusing area, Sessions and Cookies.[详细]
2023-02-23 01:47 分类:问答Browser occasionally losing HttpCookie for authentication after postback and redirect
This has been a nagging issue for some time, but very sporadic and difficult to isolate. From time to time, browsers that have authenticated on a web application, have been open for a while, have log[详细]
2023-02-01 11:05 分类:问答Java, How to Instance HttpCookie from a String, any convenient ways?
I have got a cookie string from HTTP response header like the following line: name=value; path=/; domain=.g.cn; expire=...[详细]
2023-02-01 05:01 分类:问答