dilum Posted September 15, 2007 Share Posted September 15, 2007 ??? I want print all the sessions available in a page. Can i do it? 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); ?> 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? 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! 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
Archived
This topic is now archived and is closed to further replies.