SessionManagerIsSessionValid Method
Check whether particular session is still valid
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Check whether particular session is still valid")]
public bool IsSessionValid(
string sessionId,
bool keepAlive
)
- sessionId String
- The identifier of the session
- keepAlive Boolean
- If true, the session expiration timer is reset. To prevent the session from expiring,
keep calling this method every few minutes with this parameter set to true.
Boolean