Session Interrupted by Another Plugin
-
I hope this is in the right section, but I am in the process of ironing out the kinks of a custom plugin I designed that uses PHP’s session function and having some issues. The first time it was because of another plugin using the session function and I had to disable that plugin in order to get my plugin to work. Is there a way to isolate my session variables to my plugin and ensure that if another other plugin clears out all session variables in their code that mine is unaffected?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Session Interrupted by Another Plugin’ is closed to new replies.