silverspecv
Programmer
I'm a web developer, and I've already posted this in the appropriate programming forum, but I'm trying here as well. I have a simple password-protected download page. When you log in, it sets a cookie, and forwards you to the download page. Very standard stuff. But on some computers (only on IE6), then login is successful and forwards you to the download page, but if you refresh the page, it dumps back to the login page.
I have set up a temporary username and password in case anyone would be so kind as to have a look at it and list your os/browser specs and whether or not you are able to refresh and stay logged in.
username: tek
password: tek
It works fine from all computers using Firefox, but about 50% of pc's fail using IE6. The funny part is that the download page checks for the cookie, so the fact that you can view the page the first time means that the cookie existed at least for a moment, but when you refresh the page, the cookie is gone.. so some time after the page initially checks for the cookie, it craps out. It could be while the page is loading, or some time after clicking refresh, I dunno..
PS, I have read all the cookie threads on here, so I have tried pretty much everythign in the internet options control panel. Also, these are win2k machines with no firewall, and I have also tried a different p3p statement that someone posted.. I have also experimented with setting the cookie with no expiration (close of browser), never, etc.. no luck there either
It's a real head-scratcher
I have set up a temporary username and password in case anyone would be so kind as to have a look at it and list your os/browser specs and whether or not you are able to refresh and stay logged in.
username: tek
password: tek
It works fine from all computers using Firefox, but about 50% of pc's fail using IE6. The funny part is that the download page checks for the cookie, so the fact that you can view the page the first time means that the cookie existed at least for a moment, but when you refresh the page, the cookie is gone.. so some time after the page initially checks for the cookie, it craps out. It could be while the page is loading, or some time after clicking refresh, I dunno..
PS, I have read all the cookie threads on here, so I have tried pretty much everythign in the internet options control panel. Also, these are win2k machines with no firewall, and I have also tried a different p3p statement that someone posted.. I have also experimented with setting the cookie with no expiration (close of browser), never, etc.. no luck there either
It's a real head-scratcher