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

Session_OnEnd problem

Status
Not open for further replies.

sbind77

Programmer
Oct 2, 2001
29
0
0
US
Hi All

In My program
I am updating my DB during the Session_Onend event.

It works fine in my Development server, but when I moved the same code to my production environmet,the Session_Onend event never fired at all. I am not able to track the problem.Do we need to configure anything in the IIS.

Thanks
Balachandar




Thank You
sbind77
 
Are you sure it never fired? I thought something was wrong with my Session_OnEnd, but I realized that I was trying to get info from the user (the IP address). That obviously won't work since by the time Session_OnEnd is started, the user is DISCONNECTED. Make sure you're not looking for something like that. -Phil
fillup07@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top