doubledee Posted March 20, 2012 Share Posted March 20, 2012 I run MAMP and would like to know where I can find and view the data stored in my Sessions? Any ideas? Thanks, Debbie Link to comment https://forums.phpfreaks.com/topic/259374-finding-session-data/ Share on other sites More sharing options...
cpd Posted March 20, 2012 Share Posted March 20, 2012 var_dump($_SESSION); Link to comment https://forums.phpfreaks.com/topic/259374-finding-session-data/#findComment-1329645 Share on other sites More sharing options...
doubledee Posted March 20, 2012 Author Share Posted March 20, 2012 var_dump($_SESSION); No, I mean where are the physical files stored... Debbie Link to comment https://forums.phpfreaks.com/topic/259374-finding-session-data/#findComment-1329650 Share on other sites More sharing options...
cpd Posted March 20, 2012 Share Posted March 20, 2012 Use phpinfo() to show the session settings and search for "session.save_path". That will tell you where your sessions are being saved. Link to comment https://forums.phpfreaks.com/topic/259374-finding-session-data/#findComment-1329652 Share on other sites More sharing options...
doubledee Posted March 20, 2012 Author Share Posted March 20, 2012 Use phpinfo() to show the session settings and search for "session.save_path". That will tell you where your sessions are being saved. Okay, thanks. Debbie Link to comment https://forums.phpfreaks.com/topic/259374-finding-session-data/#findComment-1329653 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.