Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi all,
I am facing an issue of Being redirected to login page after being already logged in in asp.net.Whatever link i click on it takes me back to the login page even if i am logged in and i am running website on my localhost. It was working just fine a day earlier when i left the system when i try to work on the same this morning i start facing this issue.Any help would be greatly appreciated.
Regards,
GOurav Sharma
Posted

whethere have you used validation that if session of a user is null redirect to login page like wise
 
Share this answer
 
Comments
Gourav Sharma from Jammu 3-Feb-14 5:21am    
no instead i am using membership feature that uses a validate user function to validate the user and then let that user acess the page.It is authenticating the member and validating it but just then it gets redirected back to the login page and at the right top corner it does show that member is logged in...
vijaya rajan 3-Feb-14 5:41am    
Braj Panda is right please keep break point in code behind window so that you can have a idea of what went wrong
make sure you can manage your session.you can debug your application.If you are using master page then you should check it too....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900