joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Forbidden 403.0 on MVCGridHandler.axd after session timeout #123

Open ksesock opened 7 years ago

ksesock commented 7 years ago

I'm getting a Forbidden 403.0 error when attempting to use paging, sorting, or other Ajax calls after the session has timed out for a logged in user. While all of my other Controllers will redirect the user to the login page, the MVCGrid.Net isn't its own controller (it's only included in other controllers), so these AJAX calls aren't triggering the redirect.

Can anyone share how they've addressed this?