MyBB Community Forums

Full Version: Delete a user's session
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do you delete a user's session, like in acp, cPanel, or PhP my Admin, or what ever it's called. So if they are doing something, you can delete there session, and they will be logged out, and there page will be refreshed. Is that possible?
Delete forum cookies? This will log everyone out and delete what links they visited etc.
(2013-01-20, 10:39 PM)MYBB GHOST Wrote: [ -> ]How do you delete a user's session, like in acp, cPanel, or PhP my Admin, or what ever it's called. So if they are doing something, you can delete there session, and they will be logged out, and there page will be refreshed. Is that possible?

Delete their entry from the "mybb_sessions" part in your database manager.
(2013-01-20, 10:48 PM)markwesley Wrote: [ -> ]
(2013-01-20, 10:39 PM)MYBB GHOST Wrote: [ -> ]How do you delete a user's session, like in acp, cPanel, or PhP my Admin, or what ever it's called. So if they are doing something, you can delete there session, and they will be logged out, and there page will be refreshed. Is that possible?

Delete their entry from the "mybb_sessions" part in your database manager.

I have cPanel, so where would that be in?
(2013-01-20, 11:05 PM)MYBB GHOST Wrote: [ -> ]
(2013-01-20, 10:48 PM)markwesley Wrote: [ -> ]
(2013-01-20, 10:39 PM)MYBB GHOST Wrote: [ -> ]How do you delete a user's session, like in acp, cPanel, or PhP my Admin, or what ever it's called. So if they are doing something, you can delete there session, and they will be logged out, and there page will be refreshed. Is that possible?

Delete their entry from the "mybb_sessions" part in your database manager.

I have cPanel, so where would that be in?

phpmyadmin
(2013-01-20, 11:08 PM)markwesley Wrote: [ -> ]
(2013-01-20, 11:05 PM)MYBB GHOST Wrote: [ -> ]
(2013-01-20, 10:48 PM)markwesley Wrote: [ -> ]
(2013-01-20, 10:39 PM)MYBB GHOST Wrote: [ -> ]How do you delete a user's session, like in acp, cPanel, or PhP my Admin, or what ever it's called. So if they are doing something, you can delete there session, and they will be logged out, and there page will be refreshed. Is that possible?

Delete their entry from the "mybb_sessions" part in your database manager.

I have cPanel, so where would that be in?

phpmyadmin

What do I do when I get to mybb_sessions?
Browse, Structure, Search, Insert, Empty, or Drop?
(2013-01-20, 11:37 PM)MYBB GHOST Wrote: [ -> ]
(2013-01-20, 11:08 PM)markwesley Wrote: [ -> ]
(2013-01-20, 11:05 PM)MYBB GHOST Wrote: [ -> ]
(2013-01-20, 10:48 PM)markwesley Wrote: [ -> ]
(2013-01-20, 10:39 PM)MYBB GHOST Wrote: [ -> ]How do you delete a user's session, like in acp, cPanel, or PhP my Admin, or what ever it's called. So if they are doing something, you can delete there session, and they will be logged out, and there page will be refreshed. Is that possible?

Delete their entry from the "mybb_sessions" part in your database manager.

I have cPanel, so where would that be in?

phpmyadmin

What do I do when I get to mybb_sessions?
Browse, Structure, Search, Insert, Empty, or Drop?

Just click the session you want to remove and press delete.
(2013-01-20, 11:59 PM)markwesley Wrote: [ -> ]
(2013-01-20, 11:37 PM)MYBB GHOST Wrote: [ -> ]
(2013-01-20, 11:08 PM)markwesley Wrote: [ -> ]
(2013-01-20, 11:05 PM)MYBB GHOST Wrote: [ -> ]
(2013-01-20, 10:48 PM)markwesley Wrote: [ -> ]Delete their entry from the "mybb_sessions" part in your database manager.

I have cPanel, so where would that be in?

phpmyadmin

What do I do when I get to mybb_sessions?
Browse, Structure, Search, Insert, Empty, or Drop?

Just click the session you want to remove and press delete.

So would that be as in drop or empty?
(2013-01-21, 12:01 AM)Nathan Malcolm Wrote: [ -> ]http://community.mybb.com/thread-131690-...#pid953890

Is the log in key called SID?
Pages: 1 2