Session Expired error

L

Lenny

I have application that uses session variables to preserve
data between calls
Session expiration time is set to 20 min. Sometimes my
users getting error 'Session Expired' even right after
they log in to application!
Any ideas how to get around this issue?
 
A

Alvin Bruney

it may help to explicitly set the timeout in the page_load ispostback
portion
Session.TimeOut = 20;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top