Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to update (or refresh) session created in SQL server?

Status
Not open for further replies.

hungnguyen

Programmer
Sep 22, 2000
43
US
Hi,

Iam doing the web design, but I have problem. I am using SQL sever database and DLL programs.

My problem is when I create a form and save it in a short period of time (about 15-20 mins), my data on a form will be save. However, when I wait for more than 20 mins, I can't save the form because I think and believe the session that I create for the web is somehow down. I need to refresh manually. I donot know whether there is any way I can refresh automatically!! Please help
Thanks a lot
Hung [sig][/sig]
 
I'm not sure this is a SQL Server problem, Hung. Generally, unless you've intentionally done something different, you can connect and, once connected, stay connected for hours.

Could it be IIS or some other intermediary is timing out and closing your connection? [sig]<p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br> [/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top