F
feng
I just observed an odd session end behavier: My code in
Global.asax's Session_end method has been executed --
which tells me that my session has terminated. But when I
click a link, after pausing a minutes or so, on the idle
page, instead of leading me to my login page, as it
normally does with any new session, it directly bring me
to the page the link points to. What's going on here? Has
the session ended or not?
Global.asax's Session_end method has been executed --
which tells me that my session has terminated. But when I
click a link, after pausing a minutes or so, on the idle
page, instead of leading me to my login page, as it
normally does with any new session, it directly bring me
to the page the link points to. What's going on here? Has
the session ended or not?