Click here to Skip to main content
15,906,569 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I have a website in vb.net in which in web.config file i set the

XML
<sessionState timeout="250"></sessionState >

but the problem is when i login as administrator after 15 to 30 sec its automatically logout.

whot should i do to overcome from this problem.
thanks and regard
subiya
Posted
Comments
Pong D. Panda 10-May-11 8:15am    
The question is, it might be your own code that causes the logout. Other user types dont encounter this kind of issue?

Prevent Session Timeout in ASP.NET[^]

hope this link helps u..
 
Share this answer
 
try this Link

Maintaining Session Alive[^]
 
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