Piiit / pwPHPwiki

WIKI CMS written in object oriented PHP. Note: This project depends on https://github.com/Piiit/pwPHPtools
1 stars 1 forks source link

Session interference - Running multiple instances on the same browser does not work! #39

Open Piiit opened 9 years ago

Piiit commented 9 years ago

Start two different wiki cms instances from two different folders, if the first has title "X" and the second title "Y" configured in cfg/main.php, then only the first will be loaded, and the second ignored because session pw_wiki arrays are already defined.