I am trying to close and destroy the current session and open a new one but it wont give the client a new session id.
session_destroy();
session_id(md5(uniqid(rand(),true)).time ());
I have also tried it by redirecting to the front page again without trying to set a session on this page. It just never sets a new one unless I close the browser and open a new one.
Mike


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks