Represents a BIGACE Session.
A Session is initialized with a User ID and holds the most important runtime values for Script lifetime.
This destorys the Session, including the delete from Database.
Writes the Session Data into the Database for persistence issues.
Returns the Session Language ID.
This can be different from the System Default language and also different from the Users Language!
Returns the Session ID.
Returns the Session Value with the given Key.
If none could be found, it returns null.
Returns the ID of the User.
Returns if the current Session is a anonymous Session.
Checks if the a Value with the given key is set within this Session.
Sets the Language (Locale) of this Session.
The Parameter may not be a Language class, but the Locale String (Language->getLocale()).
Sets the given Key-Value Combination for this Session.
The Value must be serializable using the PHP method
!Sets the User by its ID.
Documentation generated by phpDocumentor 1.3.1