Note that there are some explanatory texts on larger screens.

plurals
  1. USergolargo
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COSurely the only alternative would be to write a custom httphandler to override and extend the ProcessRequest method of the original handler? Can anybody could advise about the best way to filter out these rogue Ajax requests? Thanks
      singulars
    2. COAfter doing some more digging into this, I am coming to the conclusion that this problem is due to a rogue request from a javascript .axd resource file, that is making an Ajax request AFTER the Render has completed of course. The existing session is not abandoned until the Ajax request is handled in Application_BeginRequest. My current 'solution' is to just omit the axd, which is a handler for a 3rd party control, and try and find an alternative control that is more cooperative - although this addresses the session restart problem, I would be happier if I could intercept the AXD call ...
      singulars
    3. COThe first two are not applicable, and the Application_BeginRequest handler runs once at the start of the page request, and several times at the end, though I thought this was normal when there are AJAX controls etc on the page, which is the case. The Session_Start is repeated at the end of the 'Application_BeginRequest's ... does this indicate that an AJAX control might be raising the session start event again? Thanks
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload