I have been using OctoberCMS and I found this very useful indeed.
However, I have come across one strange thing which I want to share with you guys.
I have two different websites in my local server, lets say it website1 and website2 and the respective URLs are something like this http://localhost/website1 and http://localhost/website2.
And the Admin URLs are something like this http://localhost/website1_admin and http://localhost/website2_admin.
Additionally, both the websites have two different databases and those databases are in my local server only. (I am using XAMPP on Windows machine).
Now the interesting part is, If I login to website1 and then I login to website2, and go back to website1, then I am automatically getting logged out of it.
I just wonder, why is this happening? Or, Is this how OctoberCMS works? Or Do I need to make sure something which I have not done yet?
I just checked app.php file from both the websites and checked the key values of both the websites and I found those are different.
Any thoughts ?