Ok I really do not know JS but I have an idea that I want to try out. I want to use JS to kill all users sessions, weather they where started on my site or some other site. Is this at all possible and if it is how does one go about doing this. Thank you for your time and energy R/Y DW
No, it's not possible. JS is client-side. You can send an XMLHTTPRequest() to the server, and if you have access to some server-side script that can change the session variables... well, then you can Anyways, I don't think this question is asked with good intentions. What are you trying to achieve here?
Ok we have a few members in our guild that are in other guilds also. They tend to check the guild web pages in tabs. So I was wanting to mess with the other guilds and my members that are in other guilds buy killing there sessions. I would have to kill mine also to make it look like there was something wrong on there end.