In my config, i copied the "session.php" from the core to my app-folder. Now, when i try using the option "expire_on_close", so i destroy my session after closing the browser, the cookies that i defined are getting deleted. Is that normally the case when using this option or is it my own fault somewhere in my program? Because when i dont use this option, my cookies stay even when closing the browser and reopen it again.