Has anyone had problems using (php) session variables in wordpress 2.5? I was doing it in 2.3 with no issues, but now it seems to maintain a different session for each page.
The session variables aren't being destroyed, they're still persistent - it's just that for some reason I'm getting a different session (and session id) for each page...however, if I return to a previous page, I do still get the same session id I had last time I was at that page.
Now the totally weird part: this problem only happens when I click on links between pages...however, if I actually type in the new URL manually, it works fine and the session id and variables are preserved between pages. Sounds crazy, but I've tested it dozens of times.
Does anyone have any idea how to fix this problem?
Thanks!