I built and maintain a website hosted on IIS. I have one user who is very particular about security. Yesterday he logged on to the site from home on a brand new PC, and he tells me that (either his browser or firewall, unclear which) alerted him that the site was trying to download cookies to his machine. He said there were > 10 cookies in all trying to be put on his machine. He didn't accept the cookies.
Now, this website doesn't employ cookies. It is an ASP site, and it seems that ASP will use a temporary cookie to store session information and the like, which is then deleted after the session is over. IE will flag this by design if you have your security options set that way.
However, it doesn't seem to be likely (from what he tells me) that his system was warning him about this kind of cookie.
Is it possible that some type of unknown, unauthorized, or malicious third party is somehow involved in this?
If so, what can I look for? I've noticed no odd behaviour on the webserver, and this user is the only one who has complained.
In an attempt to replicate this behaviour on my machine, I also tried maximizing my security options in IE, making it prompt for everything in Tools>Security, while simulatneously deleting all my cookies.
I cannot get this behaviour to replicate so far.
Any ideas?
I am a nobody, and nobody is perfect; therefore, I am perfect.
Now, this website doesn't employ cookies. It is an ASP site, and it seems that ASP will use a temporary cookie to store session information and the like, which is then deleted after the session is over. IE will flag this by design if you have your security options set that way.
However, it doesn't seem to be likely (from what he tells me) that his system was warning him about this kind of cookie.
Is it possible that some type of unknown, unauthorized, or malicious third party is somehow involved in this?
If so, what can I look for? I've noticed no odd behaviour on the webserver, and this user is the only one who has complained.
In an attempt to replicate this behaviour on my machine, I also tried maximizing my security options in IE, making it prompt for everything in Tools>Security, while simulatneously deleting all my cookies.
I cannot get this behaviour to replicate so far.
Any ideas?
I am a nobody, and nobody is perfect; therefore, I am perfect.