Mysterious cookie problem

B

Bruce W.1

BACKGROUND

My ASP.NET app has been running (or rather available) on a server for
about 4 months now. The server is at
http://www.webhost4life.com/
They don't add cookies to any of the sites they host.

The app was created with VS.NET v.7. And the server is running Windows
2000 Advanced Server.

My app does not use cookies but it does use in-process session state.

My IE6 is set to prompt when a website wants to set a cookie.

MYSTERIOUS PROBLEM

Just in the last couple of weeks I've noticed that my web app wants to
set a cookie. It did not do this before. So I click allow cookie.

Then I go to the cookies folder and there is no cookie for my website.
That's good because my site does not use cookies.

So what's going on here? The only system changes have been the usual
Windows updates, on both my PC and the server.

Why does the cookie dialog appear? Does anyone know what's going on
here?

Thanks for your help.
 
M

Michal A. Valasek

Hello,

| My app does not use cookies but it does use in-process session state.
....
| Just in the last couple of weeks I've noticed that my web app wants to
| set a cookie. It did not do this before. So I click allow cookie.
---
| Then I go to the cookies folder and there is no cookie for my website.
| That's good because my site does not use cookies.
|
| So what's going on here?

For managing session state are used cookies with no expiration date
specified. These are "per-session" cookies, which are not stored to disk.
Are kept in memory and disappears web browsing session ends.

IMHO, windowsupdate on your computer caused your browser to ask for
permission of using these non-permanent cookies.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

COOKIE CLICKER ALGORITHM 0
Mysterious addition to URL in ASP.Net 2 2
Cookie Handling 1
Cookie gets changed when hit comes from a referrer 47
Cookie problem 0
mysterious error: 2
Cookie Problem 5
Cookie Problem 1

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top