Hello,
I made a page that allows users to login, if id and password are correct than it sets up a cookie and says 'Hi'. Now i can access any page on the site after logging in(Which was restricted if you arent logged)
Now this works fine in firefox and chrome but has some issues in ie6 and ie7.
The thing is, login is successful, but after logging in if i access the page ,which is only available if i'm logged in, it says "Restricted area need to log in"!! but i've already logged in, cookie has been set.
Now the fun part is if i hit the F5 key or refresh the page, everythng seems to work normal.
Now please tell me what is this all about , is it about caching stratagy in ie??