Questions tagged [httpcookie]

A class in the System.Web namespace of the .NET framework which provides a type-safe way to create and manipulate individual HTTP cookies.

A class in the System.Web namespace of the .NET framework which provides a type-safe way to create and manipulate individual HTTP cookies.

409 questions
-1
votes
1 answer

Change output of HttpCookie to all uppercase in Visual Studio

My website stores the username of a user after they login (HttpCookie). The issue I am having is that some systems that use this Cookie do not work successfully when a user has logged in with lowercase letters for in username. Is there a way to…
p1nr
  • 23
  • 4
-2
votes
1 answer

What does this cookie line mean? (time()+1*24*60*60;)

I have a php code that says this time for the cookie to expire What exactly does this mean? time()+1*24*60*60;
Amir Salar
  • 1
  • 1
  • 7
-2
votes
1 answer

Object moved to here in response of Jmeter request

I am new Jmeter, I have recorded a JMeter script. When I am playing login request for my website in response I am getting "Object Moved to here" instead of getting expected result. I have created Cookie Manager & Cache Manager.
-3
votes
2 answers

using browser's cookies to save webApplication data

In my GWT Web Application I want to save some of my app-s data in user's browser cookies. Such as Layout condition, that are changing by user. How can I do this?
Lasha Gureshidze
  • 147
  • 2
  • 10
1 2 3
27
28