{CompanyName} FlexyGo
MySession
.
.
::
.
.
RemoveItem Method
Removes an item from the session.
Namespace:
FLEXYGO.Web
Assembly:
flxSession
(in flxSession.dll)
Syntax
C#
VB
public
static
void
RemoveItem
(
string
key
)
Public
Shared
Sub
RemoveItem
( _
key
As
String
_ )
Parameters
key
Type:
String
The key.
See Also
MySession Class
FLEXYGO.Web Namespace