Site doesn't recognize deleted cookies in Internet Explorer unless page is refreshed

1suersesperb

New Member
I have a site that upon logout several things happen.[*]User is pointed to /logout.asp page that wipes out cookies[*]User is redirected back to home page -- Response.Redirect("/")[*]"You are logged in" message that displays if there are customer id cookies is removed and replaced with login linkThis all works fine on most browsers except IE.What's happening in IE is all of the above, except when they get redirected back to home page, the "You are logged in" message is still displayed. This will only go away if you press the refresh button on your browser. Then it sees the cookies aren't there and displays the login link.I've tried to conditionally set the page to refresh, if coming from logout page after load, and it does refresh, but the "You are logged in" message is still there unless you manually refresh.Any suggestions on how to force the IE browsers to check for cookies?
 
Back
Top