Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Access Time-out period.... Or session variable time limit?

  Asked By: Kelley    Date: May 14    Category: Asp.net    Views: 1730
  

I am currently using access for development, but noticed that after
awhile the connectivity will not work. For example there is a page
that is reading the information, and after a short time if refreshed
or "post-back" the information will be missing. If I take the page
back one and "re-run" the page, the information will be fine.

The page where this is occuring is depending on a session variable
from a previous page for input. Is there a time out period for
session variables?

The only other thing I can think of is that there is some type of
time-out feature in access.

Has anybody ran into a similiar problem or is this an elementary
problem? Can somebody please help?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Oscar Evans     Answered On: May 14

I would make sure that you are not inadvertently leaving a connection
open to the database.

I would recommend the following:
http://learnasp.com/freebook/learn/datareader.aspx

 
Answer #2    Answered By: Michael Evans     Answered On: May 14

Yes there is a session  time-out.
It is set to a default of 20 minutes
in web.config.

 
Answer #3    Answered By: Woodrow Jones     Answered On: May 14

Although I don't have the exact
time, It seems like the time  is shorter than 20min. But, how do you
go about changing it?

 
Didn't find what you were looking for? Find more on Access Time-out period.... Or session variable time limit? Or get search suggestion and latest updates.




Tagged: