Signed session cookies. A good idea??
In an effort to increase performance, I was thinking of trying to eliminate a plain 'session cookie', but encrypt al...
Arrays in cookies PHP?
How is proper way to store an array in a cookie? in PHP Code example: $number_ticket=2; $info[7][5]=1; $info[8][5]=...
Are cookies in UIWebView accepted??
I have to question for you. 1 : I'm using UIWebViews in my iPhone App. I wan't the users be able to add comments in...
How to expire a cookie in 30 minutes using jQuery??
How to Expire a Cookie in 30 min ? I am using a jQuery cookie. I am able to do something like this. $.cookie("examp...
what is the default expiration time of a cookie?
By default what will be the expiration time of a cookie added using C# code? HttpCookie myCookie= new HttpCooki...
Check if a PHP cookie exists and if not set its value?
I am working on a multilingual site so I tried this approach: echo $_COOKIE["lg"]; if (!isset($_COOKIE["lg"])) ...
check cookie if cookie exists?
What's a good way to check if a cookie exist? Conditions: Cookie exists if cookie1=;cookie1=345534; //or cookie1=...
The required anti-forgery cookie “__RequestVerificationToken” is not present?
My website is raising this exception around 20 times a day, usually the form works fine but there are instances wher...
display variable image using cookies?
I want to display an image on a web page based on a certain cookie value that is passed/created up clicking through ...
Anyone know what a TS# cookie is and what kind of data its for??
Been doing a cookie audit on our websites, then came across TS# cookie. There seems to be no description of it nor w...
what is ASPXAUTH cookie??
While working with ASP.Net Forms Authentication I came across the .ASPXAUTH cookie. I have a couple questions: Wha...
Why is jquery's .ajax() method not sending my session cookie??
After logging in via $.ajax() to a site, I am trying to send a second $.ajax() request to that site - but when I che...
How to use MachineKey.Protect for a cookie??
I want to encrypt the ID that I am using in a cookie. I am using ASP.NET 4.5 so I want to use MachineKey.Protect to ...
How do I transfer / copy cookies from one browser to another or same browser from one machine to another??
How do I copy the cookies from one browser in one machine to another? I want to retain the "user details" that the s...
Why does Google Chrome forget my logins and passwords every time I close it??
Every time I quit Google Chrome, it clears all of my browser data and cookies. Why isn't Chrome remembering my acc...