Jump to content

[SOLVED] $_SESSION variable from site not being passed to WordPress


rfeio

Recommended Posts

 

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.