Constructor.
string $storageKey The key used to store bag in the session.:
public function __construct($storageKey = '_sf2_meta') {
$this->storageKey = $storageKey;
$this->meta = array(
self::CREATED => 0,
self::UPDATED => 0,
self::LIFETIME => 0,
);
}