0

I have website using wordpress and is also using the Zend framework.

When i click on a link in wordress, when directing to the zend framework it removes my session.

What could be the reasons for this?

Stephen

1 Answers1

0

There's an explanation here of how WordPress unsets session variables, and a possible solution. Unfortunately it seems to require modifying core files - there don't seem to be any hooks in wp_unregister_GLOBALS that would help.

There's more discussion on this question.

Community
  • 1
  • 1
Hobo
  • 7,536
  • 5
  • 40
  • 50