I would like to use the session vars from the rest of my site for my blog. Users log into my site and have various roles & preferences, and I'd like to access them from my wordpress blog.
I have the code set up and all my objects and database calls seem to be working well. The only thing that isn't working is that the session appears to refresh each time the blog page is opened, deleting any info I had about the user.
I didn't find a session_start() in the wordpress code...am I missing it somewhere?
Most of my site is set up like this:
myurl.com/index.php = home page
myurl.com/index.php?SomeOtherTopic = another page
And the blog is located at:
myurl.com/blog
Is this causing the problem?
Thanks in advance!