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

Web Development

 
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 
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 
Try to put something in the session object:

Session("Test") = 42

This will keep the session object alive.

I think that it might be a change in how the server handles session objects. If they don't contain anything they are discarded immediately without triggering a Session_OnEnd. The session id is kept by the browser, so when the user returns a new session object with the same id will be created. As it's a recreated session object, it probably doesn't trigger a Session_OnStart.


---
single minded; short sighted; long gone;

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 
GeneralRe: validate textbox length Pin
jayvaishnav8217-Mar-07 3:55
jayvaishnav8217-Mar-07 3:55 
AnswerRe: validate textbox length Pin
DavidNohejl16-Mar-07 14:30
DavidNohejl16-Mar-07 14:30 
QuestionConvertion Help! Pin
Illegal Operation16-Mar-07 2:06
Illegal Operation16-Mar-07 2:06 

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.