Create a new session object.
Parameters: manager - the owning session manager. Parameters: id - the session identifier. Parameters: creationTime - the time in milliseconds when the session was created.
Cleaning up session stuff at the end of a request.
If the session data has changed and we have persistent sessions,
save the session. However, if save-on-shutdown is true, only save
on a server shutdown.
Sets a session attribute. If the value is a listener, notify it
of the change. If the value has changed mark the session as changed
for persistent sessions.
Parameters: name - the name of the attribute Parameters: value - the value of the attribute