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

[eluser]ojcarga[/eluser]
Hi,

What you must know is that even if you call sess_destroy() this info will persists in session:

Array
(
[session_id] => 0fe1946fc263b674f995g7s07b5510se
[ip_address] => xxx.xxx.xxx.xxx
[user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1
[last_activity] => 3125649874
[user_data] =>
)

so, if that is the problem, it is not a problem at all. Smile


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



Theme © iAndrew 2016 - Forum software by © MyBB