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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't Close SQL Connection

Status
Not open for further replies.

richdb

Programmer
May 13, 2002
6
US
After making a successful connection using SetLogonInfo in an ASP page and previewing my report through the viewer in my IE6 Browser, closing the browser will not close the connection in SQL Server. I've set all my objects to nothing and abandoned all session variables but will not release the process. Any suggestions?
 
That's ok, I figured it out myself.
I placed a session.timeout = 1 at the beginning of the ASP file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top