Hi, I have 7 Web applications running on my server.
Is it possible to have a link on one of the sites that calls the session abandon method for all the sessions, ( the other 6 web applications - if they are open)
Printable View
Hi, I have 7 Web applications running on my server.
Is it possible to have a link on one of the sites that calls the session abandon method for all the sessions, ( the other 6 web applications - if they are open)
No. Each site will be unaware of the other sessions. Besides, you can only abandon the current session.