so if i have a
Code: Select all
<?php
sessiont start();
?>the kicker is that i tested this and in my /session folder on linux the sess_84934857dsfhsajhasdkjf is still there.
is there any way making sure that the session is deleted when the browser is closed, just like when:
Code: Select all
<?php
session_destroy();
?>any info appreciated!!