posted 17 years ago
Hi!
I have a problem with logout function:
I have a principal web page with a button, named "Logout", which calls the function which makes logout and returns a simple html page with written " you are disconnected".
The problem is this:
before calling logout, I could open, from the principal page, a popup or another window!
How can invalidate the session also in this popup or in the other windows opened and show also here the simple html page???
THANKS