Cookie Test


If you hit this page repeatedly and your browser supports HTTP Cookies, you should see the Cookie value below stay the same. The value is stored on the client side by the browser and can be used to keep state for applications like stores or multiple form transactions.

Cookies can be stored permanently, but Web Connection's Response::AddCookie() method has a a default lifetime of the Browser Session - if you shut down and restart your browser a new ID will be assigned...

Cookie Value (wwUserId): _2DA0GC06I


Powered by Web Connection© West Wind Technologies
Web Connection demo page | Show Code