I am trying to integrate SSI in wordpress. I was trying with include: include ("http://www.epsychology.us/forum/SSI.php?ssi_function=welcome"); Code (markup): But the session is not transferred. Someone also suggested to try this: <? session_start(); $_SESSION['epsy']="yes"; include ("http://www.epsychology.us/forum/SSI.php?ssi_function=welcome");?> Code (markup): Also not working. Is there any way to transfer the session from SMF to WordPress? Without using a bridge.