Click here to Skip to main content
15,923,281 members
Home / Discussions / Web Development
   

Web Development

 
QuestionError using the Web Site Administration Tool Pin
Anonymous7-Oct-05 7:03
Anonymous7-Oct-05 7:03 
QuestionUnable to script library Pin
Chiari6-Oct-05 17:56
Chiari6-Oct-05 17:56 
AnswerRe: Unable to script library Pin
Gavin Jeffrey6-Oct-05 22:40
Gavin Jeffrey6-Oct-05 22:40 
GeneralRe: Unable to script library Pin
Chiari9-Oct-05 15:17
Chiari9-Oct-05 15:17 
QuestionSession time out Pin
Chiari6-Oct-05 17:14
Chiari6-Oct-05 17:14 
AnswerRe: Session time out Pin
Gavin Jeffrey6-Oct-05 23:36
Gavin Jeffrey6-Oct-05 23:36 
GeneralRe: Session time out Pin
Guffa8-Oct-05 1:16
Guffa8-Oct-05 1:16 
AnswerRe: Session time out Pin
Guffa8-Oct-05 1:15
Guffa8-Oct-05 1:15 
You can't interact with the user in any way from the Session_OnEnd method. You can't display a message box. You can't redirect any page as there is no page that is created.

Once the page is sent to the browser, the server knows nothing about the page. There is no connection from the server to the page, so you can't do anything to the page once it is sent to the browser. It doesn't help that the page is still shown in the browser, the server doesn't know that.

I'm sure that the Sesson_OnEnd event fires just fine, but you are trying to do something that simply is not supported by the http protocol.

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

GeneralRe: Session time out Pin
Chiari9-Oct-05 15:22
Chiari9-Oct-05 15:22 
GeneralRe: Session time out Pin
Guffa9-Oct-05 22:30
Guffa9-Oct-05 22:30 
QuestionWeb based active directory login Pin
hbwelsh6-Oct-05 9:58
hbwelsh6-Oct-05 9:58 
AnswerRe: Web based active directory login Pin
Gavin Jeffrey6-Oct-05 22:52
Gavin Jeffrey6-Oct-05 22:52 
QuestionCatching Iframe events Pin
Anonymous6-Oct-05 0:19
Anonymous6-Oct-05 0:19 
AnswerRe: Catching Iframe events Pin
Guffa6-Oct-05 0:29
Guffa6-Oct-05 0:29 
GeneralRe: Catching Iframe events Pin
iAtreyu6-Oct-05 3:52
iAtreyu6-Oct-05 3:52 
QuestionHow to "post " form variable to another windows ? Pin
neo_60535-Oct-05 20:20
neo_60535-Oct-05 20:20 
AnswerRe: How to "post " form variable to another windows ? Pin
enjoycrack6-Oct-05 10:21
enjoycrack6-Oct-05 10:21 
AnswerRe: How to "post " form variable to another windows ? Pin
Gavin Jeffrey6-Oct-05 23:42
Gavin Jeffrey6-Oct-05 23:42 
AnswerRe: How to "post " form variable to another windows ? Pin
Guffa8-Oct-05 1:07
Guffa8-Oct-05 1:07 
QuestionJavascript Debugging Pin
hung_ngole5-Oct-05 15:37
hung_ngole5-Oct-05 15:37 
AnswerRe: Javascript Debugging Pin
minhpc_bk5-Oct-05 16:13
minhpc_bk5-Oct-05 16:13 
GeneralRe: Javascript Debugging Pin
hung_ngole5-Oct-05 18:37
hung_ngole5-Oct-05 18:37 
GeneralRe: Javascript Debugging Pin
minhpc_bk5-Oct-05 19:05
minhpc_bk5-Oct-05 19:05 
QuestionThere must be a better way Pin
wpcolleen5-Oct-05 0:36
wpcolleen5-Oct-05 0:36 
QuestionPrventing Some Html Tags being searched Pin
idreesbadshah4-Oct-05 21:35
idreesbadshah4-Oct-05 21:35 

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.