Click here to Skip to main content
15,921,351 members
Home / Discussions / Web Development
   

Web Development

 
QuestionGroup membership / Windows authentication question Pin
dels_cpp14-Feb-06 6:43
dels_cpp14-Feb-06 6:43 
QuestionABOUT WEBSITE Pin
vivek132314-Feb-06 1:57
vivek132314-Feb-06 1:57 
AnswerRe: ABOUT WEBSITE Pin
vivek-g15-Feb-06 0:36
vivek-g15-Feb-06 0:36 
Questionsearching word or text in web page using ASP Pin
vivek-g14-Feb-06 0:32
vivek-g14-Feb-06 0:32 
QuestionRe: searching word or text in web page using ASP Pin
CWIZO14-Feb-06 1:39
CWIZO14-Feb-06 1:39 
AnswerRe: searching word or text in web page using ASP Pin
enjoycrack14-Feb-06 19:36
enjoycrack14-Feb-06 19:36 
QuestionModal Dialog Box Pin
nokiasony13-Feb-06 22:04
nokiasony13-Feb-06 22:04 
GeneralRe: Modal Dialog Box Pin
Guffa14-Feb-06 22:00
Guffa14-Feb-06 22:00 
GeneralRe: Modal Dialog Box Pin
nokiasony15-Feb-06 23:34
nokiasony15-Feb-06 23:34 
AnswerRe: Modal Dialog Box Pin
Guffa16-Feb-06 12:58
Guffa16-Feb-06 12:58 
GeneralRe: Modal Dialog Box Pin
nokiasony16-Feb-06 18:11
nokiasony16-Feb-06 18:11 
AnswerRe: Modal Dialog Box Pin
Guffa17-Feb-06 13:07
Guffa17-Feb-06 13:07 
AnswerRe: Modal Dialog Box Pin
DJLarZ16-Feb-06 3:00
DJLarZ16-Feb-06 3:00 
QuestionText not wrapping to next line. Pin
pankazmittal13-Feb-06 11:32
pankazmittal13-Feb-06 11:32 
AnswerRe: Text not wrapping to next line. Pin
George L. Jackson13-Feb-06 13:45
George L. Jackson13-Feb-06 13:45 
GeneralRe: Text not wrapping to next line. Pin
pankazmittal14-Feb-06 6:29
pankazmittal14-Feb-06 6:29 
QuestionDreamweaverCtrls.dll error after uploading to IIS server Pin
evlxtc13-Feb-06 1:50
evlxtc13-Feb-06 1:50 
AnswerRe: DreamweaverCtrls.dll error after uploading to IIS server Pin
George L. Jackson13-Feb-06 13:47
George L. Jackson13-Feb-06 13:47 
Question How to determine if an ActiveX control is signed. Pin
KKTECH12-Feb-06 23:04
KKTECH12-Feb-06 23:04 
QuestionSSL & HTTPs Pin
hung_ngole12-Feb-06 20:07
hung_ngole12-Feb-06 20:07 
Questiondelete temp files on session end Pin
g00fyman12-Feb-06 18:31
g00fyman12-Feb-06 18:31 
AnswerRe: delete temp files on session end Pin
Guffa12-Feb-06 22:36
Guffa12-Feb-06 22:36 
GeneralRe: delete temp files on session end Pin
g00fyman12-Feb-06 22:47
g00fyman12-Feb-06 22:47 
AnswerRe: delete temp files on session end Pin
Guffa13-Feb-06 8:10
Guffa13-Feb-06 8:10 
Are you really sure that the event isn't fired? Can't it be that the code that you have put in the event handler isn't working? As the event isn't running as the result of a request, there are some things that you can't use in the code, like Server.MapPath.

You shouldn't need a separate thread to handle this, as there already is a thread running that fires events when the sessions end. Make your code work with the system instead of trying to build a copy of it.

---
b { font-weight: normal; }

GeneralRe: delete temp files on session end Pin
g00fyman13-Feb-06 10:47
g00fyman13-Feb-06 10:47 

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.