Forums
(@shivbabbar)
3 years, 9 months ago
I was facing same issue.
I replaced the code
session_start(); with
session_start();
if (!isset($_SESSION)) { session_start(['read_and_close' => true]); }
4 years, 11 months ago
Thanks, Solved now by my self.
Thanks, Solved now