Closed Thread
Results 1 to 3 of 3

Thread: Terminating a Session

  1. #1
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Terminating a Session

    Suppose someone is using my pc through putty, how can I terminate the session, even though they are authorized users?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Terminating a Session

    Try netstat -tanp and find the PID in the right hand column. Kill the pid with the 'kill -15 <pid number>'

  4. #3
    BigLinux is offline Learning Programmer
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Re: Terminating a Session

    So just like a normal application?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Session Variable
    By thumbliner in forum PHP Development
    Replies: 8
    Last Post: 05-13-2011, 01:20 PM
  2. Session for login
    By newphpcoder in forum PHP Development
    Replies: 1
    Last Post: 05-06-2011, 03:34 AM
  3. Session problem in IE
    By Divya in forum PHP Development
    Replies: 2
    Last Post: 08-05-2009, 07:32 AM
  4. need help with session
    By yonghan in forum PHP Development
    Replies: 5
    Last Post: 05-15-2009, 06:52 AM
  5. stop task manager from terminating you app
    By d3nika in forum C and C++
    Replies: 0
    Last Post: 02-11-2009, 11:18 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts