Click or drag to resize

SessionManagerIsSessionValid Method

Check whether particular session is still valid

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public bool IsSessionValid(
	string sessionId,
	bool keepAlive
)

Parameters

sessionId
Type: SystemString
The identifier of the session
keepAlive
Type: SystemBoolean
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

Type: Boolean
See Also