Click or drag to resize
SessionManagerRemoveExpiredSessions Method (Boolean, Boolean)
Removes expired sessions.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static void RemoveExpiredSessions(
	bool database,
	bool hashtables
)

Parameters

database
Type: SystemBoolean
hashtables
Type: SystemBoolean
See Also