Method RefreshActiveSession
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
RefreshActiveSession(HttpContext)
Tries to update an active session object for this request if the previous one has been terminated.
public static bool RefreshActiveSession(this HttpContext Context)
Parameters
ContextHttpContextHttpContextof the request.
Returns
- bool
A boolean value indicating was the active session object really changed for this request.