JavaScript & Sessions

Discussion in 'JavaScript' started by Digital_Warrior, Sep 18, 2008.

  1. #1
    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
     
    Digital_Warrior, Sep 18, 2008 IP
  2. xlcho

    xlcho Guest

    Messages:
    532
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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?
     
    xlcho, Sep 19, 2008 IP
  3. Digital_Warrior

    Digital_Warrior Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    Digital_Warrior, Sep 19, 2008 IP
  4. xlcho

    xlcho Guest

    Messages:
    532
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Try having fun another way :)
     
    xlcho, Sep 19, 2008 IP