If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
I recently had an issue with wordpress killing custom sessions from the site is was integrated in. After a quick google i found out i wasn’t the only one.
Here’s whats worked for me
wp-config.php : at the top of this file add @session_start() and global $_SESSION
template files : add global $_SESSION
Your sessions should now run fine with in wp.
enjoy, sid
Powered by ScribeFire.
Might Be Related




