SessionComponent (class)
Class SessionComponent
The CakePHP SessionComponent provides a way to persist client data between page requests. It acts as a wrapper for the $_SESSION
as well as providing convenience methods for several $_SESSION
related functions.