Command to Log Out ALL Users

Archived from the Xataface Users forum.

wisni1rr — Tue May 01, 2012 9:37 am

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?


shannah — Mon May 07, 2012 11:28 am

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