We are encountering a situation where on multiple login - logouts, we reach a specific point where the previous session data is used while logging in. In other words on logout total session closing/clear is not occurring.
We are using both session_destroy and session_unset functions in the code on logout. It all works fine unless we have successive login- logouts.
We are having session destroy issues on mobile safari iOS 9.x, i it helps.
Would be great if you could guide us on this. Thank You