Click here to Skip to main content
15,885,083 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Asp.net webservice Pin
Vasudevan Deepak Kumar22-Mar-07 6:16
Vasudevan Deepak Kumar22-Mar-07 6:16 
Questionsending auto generating bulk mail Pin
jayvaishnav8216-Mar-07 20:08
jayvaishnav8216-Mar-07 20:08 
AnswerRe: sending auto generating bulk mail Pin
Bradml17-Mar-07 1:11
Bradml17-Mar-07 1:11 
GeneralRe: sending auto generating bulk mail Pin
jayvaishnav8217-Mar-07 1:30
jayvaishnav8217-Mar-07 1:30 
AnswerRe: sending auto generating bulk mail Pin
Vasudevan Deepak Kumar22-Mar-07 6:19
Vasudevan Deepak Kumar22-Mar-07 6:19 
QuestionEnterprise Library January 2006 - GUD to new for Asp.net 2.0 application Pin
dfdf34316-Mar-07 16:13
dfdf34316-Mar-07 16:13 
QuestionWindows Server 2003 SP2 Broke My Site Pin
achimera16-Mar-07 14:09
achimera16-Mar-07 14:09 
AnswerRe: Windows Server 2003 SP2 Broke My Site Pin
kubben16-Mar-07 16:52
kubben16-Mar-07 16:52 
There are certain session types that do not call Session end. Along with that the session doesn't end until it timesout. So if your session timeout has recently changed that could be the issue as well.

Here is the MS help on it:

The Session_OnEnd Event
You can handle the Session_OnEnd event by adding a subroutine named Session_OnEnd to the Global.asax file. The Session_OnEnd subroutine is run when the Abandon method has been called or when the session has expired. A session expires when the number of minutes specified by the Timeout property passes without a request being made for the session.

The Session_OnEnd event is supported only when the session state Mode property is set to InProc, which is the default. If the session state Mode is StateServer or SQLServer, then the Session_OnEnd event in the Global.asax file is ignored. If the session state Mode is set to Custom, then support for the Session_OnEnd event is determined by the custom session-state store provider.

You can use the Session_OnEnd event to clean up session-related information such as information for a user that is tracked in a data source by the SessionID value.

Hope that helps.
Ben
GeneralRe: Windows Server 2003 SP2 Broke My Site Pin
achimera16-Mar-07 19:57
achimera16-Mar-07 19:57 
GeneralRe: Windows Server 2003 SP2 Broke My Site Pin
achimera16-Mar-07 22:05
achimera16-Mar-07 22:05 
AnswerRe: Windows Server 2003 SP2 Broke My Site Pin
Guffa17-Mar-07 9:17
Guffa17-Mar-07 9:17 
GeneralRe: Windows Server 2003 SP2 Broke My Site Pin
achimera17-Mar-07 10:48
achimera17-Mar-07 10:48 
QuestionURLDownloadToFile with authentication Pin
Antosha16-Mar-07 10:57
Antosha16-Mar-07 10:57 
QuestionBreak point in the Page Load event is not firing Pin
shyamts16-Mar-07 5:29
shyamts16-Mar-07 5:29 
AnswerRe: Break point in the Page Load event is not firing Pin
Marcus J. Smith16-Mar-07 7:36
professionalMarcus J. Smith16-Mar-07 7:36 
GeneralRe: Break point in the Page Load event is not firing Pin
shyamts17-Mar-07 19:47
shyamts17-Mar-07 19:47 
Questionsending email Pin
saltcode16-Mar-07 4:52
professionalsaltcode16-Mar-07 4:52 
AnswerRe: sending email Pin
Marcus J. Smith16-Mar-07 4:55
professionalMarcus J. Smith16-Mar-07 4:55 
AnswerRe: sending email Pin
enjoycrack16-Mar-07 4:58
enjoycrack16-Mar-07 4:58 
GeneralRe: sending email Pin
saltcode16-Mar-07 6:12
professionalsaltcode16-Mar-07 6:12 
GeneralRe: sending email Pin
Marcus J. Smith16-Mar-07 7:31
professionalMarcus J. Smith16-Mar-07 7:31 
AnswerRe: sending email Pin
Vasudevan Deepak Kumar22-Mar-07 6:20
Vasudevan Deepak Kumar22-Mar-07 6:20 
Questionvalidate textbox length Pin
jayvaishnav8216-Mar-07 2:49
jayvaishnav8216-Mar-07 2:49 
AnswerRe: validate textbox length Pin
hiral_shah16-Mar-07 3:09
hiral_shah16-Mar-07 3:09 
AnswerRe: validate textbox length Pin
Marcus J. Smith16-Mar-07 4:10
professionalMarcus J. Smith16-Mar-07 4:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.