GreenFanta Posted January 16, 2011 Share Posted January 16, 2011 Is it possible to do either one of the following: - Display all current sessions that are set or even request a session from one client and display it to another client. - Or else to detect when someone closes their browser. Thanks in advanced! - GreenFanta Link to comment https://forums.phpfreaks.com/topic/224605-displaying-all-sessions/ Share on other sites More sharing options...
dragon_sa Posted January 16, 2011 Share Posted January 16, 2011 <?php Print_r ($_SESSION); ?> Link to comment https://forums.phpfreaks.com/topic/224605-displaying-all-sessions/#findComment-1160239 Share on other sites More sharing options...
GreenFanta Posted January 16, 2011 Author Share Posted January 16, 2011 I've come up with another method, thank you anyway! Link to comment https://forums.phpfreaks.com/topic/224605-displaying-all-sessions/#findComment-1160257 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.