SessionManager.RemoveSession Method

Template MVC

SessionManagerRemoveSession Method

method to remove a key from the current session

Namespace:  Template.Web.Commons.Utils
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void RemoveSession(
	string key
)

Parameters

key
Type: SystemString
session key
See Also