[Warning] session_start(): open(/var/lib/php5/sess_596229027981fd26535bec0163931f58, O_RDWR) failed: Permission denied (13)

GET /our-work/case-studies

Line 380 in /var/www/vhosts/lab360.co.nz/httpdocs/framework/control/Session.php

Source

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

Trace

Case Studies - lab360.co.nz
Skip to page content
Our Work   

Case Studies

Each year, we complete a number of projects, all using our unbeatable combination of analytics, modelling tools, a range of data sources, and exceptional insight managers and analysts. Here are a few examples of how data really delivers for New Zealand businesses.

grape man crop

IAG Case Study

Lab360 created a complex, comprehensive database and combined it with well-tested offer and message tactics for IAG, which brought in big results: policy sales in the campaign period increased by 17% compared with the previous four months, resulting in an overall ROI of over 600% – an outstanding result in anyone’s books.

Read more

New Growth Opportunities

As experts in the field, Lab360 knew that the best way to understand big changes in shopper behavior within the Gluten Free category was to explore each customer’s buying behavior over time. So we crunched over 125 million customer visits and developed a suite of regression models for New World.

Read more
GET /our-work/case-studies

[Warning] Unknown: open(/var/lib/php5/sess_596229027981fd26535bec0163931f58, O_RDWR) failed: Permission denied (13)

GET /our-work/case-studies

Line 0 in Unknown

Trace

GET /our-work/case-studies

[Warning] Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5)

GET /our-work/case-studies

Line 0 in Unknown

Trace