What could be going wrong here?
-
Hello,
inside of an wordpress plugin (plugin A) I start the session and write a variable:session_start();
$_SESSION[‘LANDINGURL’] = ‘something’;In another plugin I try on another page to read it back (form plugin using a snippet from function.php).
But there the variable is empty?What can I do to debug this issue?
In MySQL I see that an entry was created.
Thank you very much for any hint,
Bye
Sven
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘What could be going wrong here?’ is closed to new replies.