mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-09-14 21:25:15 -05:00
Make session expiry work on IIS 7.
This commit is contained in:
Submodule GamestatsBase updated: 4c971789f6...4d899d0f59
@@ -57,6 +57,7 @@ namespace PkmnFoundations.GTS
|
||||
|
||||
void Application_EndRequest(object sender, EventArgs e)
|
||||
{
|
||||
GamestatsSessionManager.FromContext(Context).PruneSessions();
|
||||
}
|
||||
|
||||
public static String RewriteUrl(String url, out String pathInfo, out String query)
|
||||
|
||||
Reference in New Issue
Block a user