Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
The session persists for a specified time period, across more than one connection or page request form the user. A session usually corresponds to one user, who may visit a site many times. The server can maintain a session many ways such as using cookies or rewriting URLs.
Located in /connector/PHRUTS_HttpSession.php (line 36)
Execution of the internal garbage collector.
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
Returns an array of string containing the names of all the objects bound to this session.
Returns a string containing the unique identifier assigned to this session.
Returns the maximum time interval, in seconds, that the server will keep this session open between client accesses.
After this interval, the server will invalidate the session.
Removes the object bound with the specified name form this session.
If the session does not have an object bound with the specified name, this method does nothing.
Binds an object to this session, using the name specified.
If an object of the same name is already bound to the session, the object is replaced.
Specifies the time, in seconds, between client requests before the server will invalidate the session.
Documentation generated on Sat, 31 May 2008 15:46:12 +0200 by phpDocumentor 1.4.1