API documentation :: Docs For Class arbitSessionBackend
Packages:Interfaces:
Classes:
|
Core::arbitSessionBackendClass arbitSessionBackendArbit session backend Backend performing read and write operations to the session backend. responsible for initializing the session, if necessary. default PHP backend this means calling session_start() to send out the cookie. Arbit session backend Backend performing read and write operations to the session backend. Also responsible for initializing the session, if necessary. For example for the default PHP backend this means calling session_start() to send out the cookie. Implements interfaces:
Descendants
Method Summary
Methodsinitialize
void
initialize(
)
Initializes the sessioInitializes the session Initializes the sessioInitializes the session Redefined in descendants as:
regenerateId
void
regenerateId(
)
Regenerate ID Special function to regenerate optional user visible session IDs on certain circumstances like permission changes. Regenerate ID Special function to regenerate optional user visible session IDs on certain circumstances like permission changes. Important for HTTP based sessions, default implementation just does nothing, because other backend most probably won't care. writeClose
void
writeClose(
)
Close the session After a call to this method no more write operations are allowed to the session. Close the session After a call to this method no more write operations are allowed to the session. Redefined in descendants as:
Documentation generated on Mon, 05 Apr 2010 14:01:36 +0200 by phpDocumentor 1.4.3
|