[Notice] session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)

GET /articles/?direct=1

Line 381 in /var/www/vhosts/priorbooking.com/httpdocs/framework/control/Session.php

Source

372 
373 			// Allow storing the session in a non standard location
374 			if($session_path) session_save_path($session_path);
375 
376 			// If we want a secure cookie for HTTPS, use a seperate session name. This lets us have a
377 			// seperate (less secure) session for non-HTTPS requests
378 			if($secure) session_name('SECSESSID');
379 
380 			if($sid) session_id($sid);
381 			session_start();
382 
383 			$this->data = isset($_SESSION) ? $_SESSION : array();
384 		}
385 
386 		// Modify the timeout behaviour so it's the *inactive* time before the session expires.
387 		// By default it's the total session lifetime

Trace

Articles :: Prior Booking

Articles

1 2