Welcome Guest, Not a member yet? Register   Sign In
After session->sess_destroy() redirect to another site and session persist.
#4

[eluser]PhilTem[/eluser]
It's always best to do both, destroying the old session and starting a new one. Try this to get a clean, new session:

Code:
$this->session->sess_destroy();
$this->session->sess_create();


Messages In This Thread
After session->sess_destroy() redirect to another site and session persist. - by El Forum - 09-22-2012, 02:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB