Overview

Abstract class for session adapters.

Package

This class is part of the Solar_Session package.

Inheritance:

Configuration Keys

None.

Constants

None.

Public Properties

The Solar_Session_Handler_Adapter class has no public properties; try the list of all properties.

Public Methods

These are all the public methods in the Solar_Session_Handler_Adapter class.

You can also view the list of all public, protected, and private methods.

__construct()

Constructor.

__destruct()

Destructor; calls session_write_close() so that the session gets written before the object is destroyed.

close()

Closes the session handler.

destroy()

Destroys session data.

dump()

Convenience method for getting a dump the whole object, or one of its properties, or an external variable.

gc()

Removes old session data (garbage collection).

locale()

Looks up class-specific locale strings based on a key.

open()

Opens the session handler.

read()

Reads session data.

write()

Writes session data.



Local