Is there a way in PHP to get a list of all sessions (and the variables within each) on the server?
Basically, we have a maintenance function which needs to know whic
This will get you the data for all sessions, stored in an array and indexed by session id: