Click here to Skip to main content
15,899,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Session logout problem Pin
eyeseetee14-Oct-08 22:00
eyeseetee14-Oct-08 22:00 
AnswerRe: Session logout problem Pin
Sandeep Akhare14-Oct-08 22:30
Sandeep Akhare14-Oct-08 22:30 
AnswerRe: Session logout problem Pin
TommyTomToms15-Oct-08 1:39
TommyTomToms15-Oct-08 1:39 
GeneralRe: Session logout problem Pin
VijayVishwakarma15-Oct-08 1:49
VijayVishwakarma15-Oct-08 1:49 
GeneralRe: Session logout problem Pin
TommyTomToms15-Oct-08 2:06
TommyTomToms15-Oct-08 2:06 
GeneralRe: Session logout problem Pin
VijayVishwakarma15-Oct-08 3:12
VijayVishwakarma15-Oct-08 3:12 
GeneralRe: Session logout problem Pin
VijayVishwakarma15-Oct-08 3:16
VijayVishwakarma15-Oct-08 3:16 
GeneralRe: Session logout problem Pin
TommyTomToms15-Oct-08 3:49
TommyTomToms15-Oct-08 3:49 
I noticed that too.. Mozilla is a strange animal Smile | :)

What I found that could possibly work is to add javascript function on the document Onload event...

onload="CheckSessions()"

then through your javascript function click some hidden server button to re check the sessions (this will cause a Postback).

function CheckSessions()
{
document.getElementById("btnCheck").click();
}

This is a bit of a hack but it works... javascript fires even after navigating back...

PS: I noticed that the navigating doesnt call the Page_Load or Page_Init Frown | :(
GeneralRe: Session logout problem Pin
TommyTomToms15-Oct-08 3:59
TommyTomToms15-Oct-08 3:59 
GeneralRe: Session logout problem Pin
Abhishek Sur15-Oct-08 21:16
professionalAbhishek Sur15-Oct-08 21:16 
GeneralRe: Session logout problem Pin
VijayVishwakarma17-Nov-08 18:17
VijayVishwakarma17-Nov-08 18:17 
GeneralRe: Session logout problem Pin
VijayVishwakarma17-Nov-08 18:30
VijayVishwakarma17-Nov-08 18:30 
QuestionRunning VLC-Unicast Stream from C#/ASP.Net Pin
deezZ14-Oct-08 19:04
deezZ14-Oct-08 19:04 
QuestionHow to read Semicolon seperated CSV File (German Cultured Pin
Prasanna Kumar Pete14-Oct-08 18:02
Prasanna Kumar Pete14-Oct-08 18:02 
AnswerRe: How to read Semicolon seperated CSV File (German Cultured Pin
Steve Echols14-Oct-08 19:48
Steve Echols14-Oct-08 19:48 
GeneralRe: How to read Semicolon seperated CSV File (German Cultured Pin
Prasanna Kumar Pete14-Oct-08 19:52
Prasanna Kumar Pete14-Oct-08 19:52 
GeneralRe: How to read Semicolon seperated CSV File (German Cultured Pin
Steve Echols14-Oct-08 19:59
Steve Echols14-Oct-08 19:59 
GeneralRe: How to read Semicolon seperated CSV File (German Cultured Pin
Abhishek Sur15-Oct-08 21:22
professionalAbhishek Sur15-Oct-08 21:22 
QuestionHas anyone figured out why the the Confirm dialog box doesn't work in the following article Pin
Tina P14-Oct-08 17:59
Tina P14-Oct-08 17:59 
AnswerRe: Has anyone figured out why the the Confirm dialog box doesn't work in the following article Pin
Eduard Keilholz14-Oct-08 20:09
Eduard Keilholz14-Oct-08 20:09 
GeneralRe: Has anyone figured out why the the Confirm dialog box doesn't work in the following article Pin
Tina P14-Oct-08 20:17
Tina P14-Oct-08 20:17 
GeneralRe: Has anyone figured out why the the Confirm dialog box doesn't work in the following article Pin
Eduard Keilholz14-Oct-08 21:09
Eduard Keilholz14-Oct-08 21:09 
GeneralRe: Has anyone figured out why the the Confirm dialog box doesn't work in the following article Pin
Tina P15-Oct-08 14:25
Tina P15-Oct-08 14:25 
Question[Message Deleted] Pin
jagadish reddy14-Oct-08 17:00
jagadish reddy14-Oct-08 17:00 
AnswerRe: Can any one help Regarding meta tags Pin
Eduard Keilholz14-Oct-08 20:11
Eduard Keilholz14-Oct-08 20:11 

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.