Commit 238279e1 authored by Maneesha Fernando's avatar Maneesha Fernando

update cart

parent 7b1f6837
<?php
//if (session_status() !== PHP_SESSION_ACTIVE) {session_start();}
if(session_id() == '' || !isset($_SESSION)){session_start();}
// Check if session is not already started, then start it.
if (session_id() == '' || !isset($_SESSION)) {
session_start();
}
include 'config.php';
?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment