rfeio Posted June 26, 2009 Share Posted June 26, 2009 Default $_SESSION variable from site not being pased to WordPress Hi, I have installed WP to be part of my existing website. I now have the need to pass $_SESSION variables to WP from the site, but for some reason I'm being unable to accomplish this. Some more info: - I have Register Globals turned off - I've put session_start() on wp-config.php still, the $_SESSION variables don't work... Sad Here's a strange thing; locally when I specify in index.php: session_start(); echo "value= ".$_SESSION['test']; Everything works fine and I can pass values from the site's scripts into WP. When doing exactly the same thing on a real server, it doesn't work. The $_SESSION values seem to be killed? Please, help! Edit/Delete Message Reply With Quote Multi-Quote This Message Quick reply to this message Link to comment https://forums.phpfreaks.com/topic/163812-solved-_session-variable-from-site-not-being-passed-to-wordpress/ Share on other sites More sharing options...
rfeio Posted June 30, 2009 Author Share Posted June 30, 2009 For future reference; I've managed to solve this problem and I've posted the solution in my blog at: http://www.ruifeio.com/2009/06/30/php-session-not-being-from-site-to-wordpress/ Link to comment https://forums.phpfreaks.com/topic/163812-solved-_session-variable-from-site-not-being-passed-to-wordpress/#findComment-866720 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.