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 Quote 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); Quote 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 Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/259374-finding-session-data/#findComment-1329653 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.