* @var string the name of the session variable that stores the flash message data.
*/
public$flashVar='__flash';
public$flashParam='__flash';
/**
* @var \SessionHandlerInterface|array an object implementing the SessionHandlerInterface or a configuration array. If set, will be used to provide persistency instead of build-in methods.