SessionManagerIsSessionValid Method

Check whether particular session is still valid

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check whether particular session is still valid")]
public bool IsSessionValid(
	string sessionId,
	bool keepAlive
)

Parameters

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.

Return Value

Boolean

See Also