Walter.Web.FireWall
TryStoreInSession Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IUserIdentity Interface : TryStoreInSession Method
The key to use.
The data to store.
Tries the store the object in the users session.
Syntax
bool TryStoreInSession( 
   string key,
   object data
)

Parameters

key
The key to use.
data
The data to store.

Return Value

true if successful, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IUserIdentity Interface
IUserIdentity Members