getLifeTime() public method

Retrieve session life time
public getLifeTime ( ) : integer
return integer
Ejemplo n.º 1
0
 public function testGetLifeTime()
 {
     $this->assertGreaterThan(0, $this->_model->getLifeTime());
 }