I\'m trying to start the session in a header page in my webiste. But it seems there might be some sort of bug because it fails with the following error:
Warn
First stop the Xampp Server.
session.save_path = "\xampp\tmp"
and change it to look like this
session.save_path = "C:\xampp\tmp"
Restart the Xampp Server.
That’s it now your session should work as expected.