Hi all,
I have a page in my web application that contains a "login as" functionality(a dmin can login as the selected user).
Once this button is clicked, it opens a new window and login automatically.
My problem is:
In my new opened widow, when i click logout(that clears all sessions)
it clears also the sessions in the opener window.
how could i prevent this.
I have a page in my web application that contains a "login as" functionality(a dmin can login as the selected user).
Once this button is clicked, it opens a new window and login automatically.
My problem is:
In my new opened widow, when i click logout(that clears all sessions)
it clears also the sessions in the opener window.
how could i prevent this.
Comment