Méthode | Description | |
---|---|---|
GetAttribute ( object key ) : object | ||
RemoveAttribute ( object key ) : object | ||
SetAttribute ( object key, object value ) : void | ||
SimpleSession ( ) : System | ||
SimpleSession ( string host ) : System | ||
Stop ( ) : void | ||
Touch ( ) : void | ||
Validate ( ) : void |
Méthode | Description | |
---|---|---|
Expire ( ) : void | ||
IsTimedOut ( ) : bool |
public GetAttribute ( object key ) : object | ||
key | object | |
Résultat | object |
public RemoveAttribute ( object key ) : object | ||
key | object | |
Résultat | object |
public SetAttribute ( object key, object value ) : void | ||
key | object | |
value | object | |
Résultat | void |
public SimpleSession ( string host ) : System | ||
host | string | |
Résultat | System |