Little and Mickle

All things are difficult before they are easy.

导航

When Session_End() and Session_Start() Fires

  • Session_Start: Fired when a new user visits the application Web site. exactly, when use open a web page. 
  • Session_End: Fired only in the In-Proc Session mode at the end of the request in which Session.Abandon() is called OR when the Session time expires. Session End will not be fired when you close the browse
  • posted on 2005-09-21 11:22  davidullua  阅读(477)  评论(0)    收藏  举报