TODO

Contents

[edit] Properties

[edit] user

Type: String
Default: null

Username associated with session.

[edit] uid

Type: Integer
Default: -1

Current session ID.

[edit] authprovider

Type: String
Default: null

Authentication provider name associated with this session instance.

[edit] cache

Type: Cache
Default: null

Current cache instance.

[edit] Methods

[edit] close ()

Returns: Boolean

Does nothing for the moment. :)

[edit] Example

TODO!