Unknown Redirect to Login
I have created a web application in MVC. My issue is described below.A user logout from the application and tries to access a page which can be accessed only by a logged in user. Then application will be redirected to login page as it requires.
Now , the same user logs in and access the same page . but he will not get the page. he will be redirected to login page. If we clears cookies, he can access that page.
Please help.