Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Common
SessionHelper
C# Class Common.SessionHelper
Mostrar archivo
Open project: Anexsoft/ASP.NET-MVC-Arquitectura-y-tips
Public Methods
Method
Description
AddUserToSession
(
string
id
) :
void
DestroyUserSession
( ) :
void
ExistUserInSession
( ) :
bool
GetUser
( ) :
int
Method Details
AddUserToSession()
public
static
method
public
static
AddUserToSession
(
string
id
) :
void
id
string
return
void
DestroyUserSession()
public
static
method
public
static
DestroyUserSession
( ) :
void
return
void
ExistUserInSession()
public
static
method
public
static
ExistUserInSession
( ) :
bool
return
bool
GetUser()
public
static
method
public
static
GetUser
( ) :
int
return
int