Page 1 of 1

Command to Log Out ALL Users

PostPosted: Tue May 01, 2012 9:37 am
by wisni1rr
Is there a simple way to log all (or most) users out of the application? I would like to have this option when I am doing development.

Any ideas to get me on the right path?

Re: Command to Log Out ALL Users

PostPosted: Mon May 07, 2012 11:28 am
by shannah
The easiest way is to delete all of the session files from the PHP sessions directory. Xataface creates its own subdirectory for the session files inside the default PHP sessions directory, but its name is just an MD5 hash so it may not be obvious which one it is without poking around a little.

-Steve