Click here to Skip to main content
15,899,639 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i have uploaded my asp.net web application. when i access it from local host it works very well but while accessing it from online after some time of login it suddenly dis connect from the database and all page get blank. it is not giving me any error but not running properly. Before some time i was using session to check weather user is log in or not on every page. it session["username"]=="" then responce.redirect("loginpage.aspx") by using this function i was redirected to login page again and again but now i have removed this function from all pages so i am getting problem mentioned above. please help me.

thanks in advance...
Posted
Comments
BobJanova 28-Mar-12 11:56am    
Check your session configuration.
betu.009 29-Mar-12 1:32am    
how to check it?
denny philip 29-Mar-12 14:01pm    
check ur web.config and iis settings and adjust time out
Mohamed Mitwalli 1-Apr-12 8:23am    
you were saying u have removed checking on the session so now how u are checking on your session special Session time-out by Default 20 min

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