I am working on a PHP site. I have set timeout for the user session to expire which is working fine. But the user session is not getting destroyed after machine reboot which I think is a security issue.
I run the site on a Debian guest VM, nd my host machine is Ubuntu. I have researched enough about the issue only to learn that sessions cannot get destroyed until it times out or the user logs out. What am I missing here?
I tested with Chrome and Firefox.