dilum Posted September 15, 2007 Share Posted September 15, 2007 ??? I want print all the sessions available in a page. Can i do it? Quote Link to comment https://forums.phpfreaks.com/topic/69433-need-help-with-php-sessions/ Share on other sites More sharing options...
jitesh Posted September 15, 2007 Share Posted September 15, 2007 <?php session_start(); echo "<pre>"; print_r($_SESSION); ?> Quote Link to comment https://forums.phpfreaks.com/topic/69433-need-help-with-php-sessions/#findComment-348891 Share on other sites More sharing options...
dilum Posted September 15, 2007 Author Share Posted September 15, 2007 This is fine and working. But i want like this. i log into some web site and without loging out i want exicute my own php code for finding sessions whatever i sat earlier web site. have any idea? Quote Link to comment https://forums.phpfreaks.com/topic/69433-need-help-with-php-sessions/#findComment-348946 Share on other sites More sharing options...
rarebit Posted September 15, 2007 Share Posted September 15, 2007 I don't quite understand what your saying, but you can see your current session for that site by using your browser, that store's the SID as a session cookie? If your on about using some code on other ppl's website then you really need to think some more! Quote Link to comment https://forums.phpfreaks.com/topic/69433-need-help-with-php-sessions/#findComment-349088 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.