lozina
Lifer
I was hoping there was a way I can initialize a brand new session when the user logs out, so if he logs back in again his session id is different.
session_destroy() does not change the session id.
so if they were to immediately log back in instead of closing the browser, it would be the same session id.
session_destroy() does not change the session id.
so if they were to immediately log back in instead of closing the browser, it would be the same session id.