WeAreAthlon / Silla.IO

PHP Application Development Framework.
https://silla.io
GNU General Public License v3.0
25 stars 3 forks source link

Separate CMS Session from the Application Session #32

Open sandio opened 9 years ago

sandio commented 9 years ago

Usage of different session ids for the different application contexts.

pnikolov commented 9 years ago

To clarify, each one of the application modes (e.g. app/cms/api) should have its own Session identifier. This will separate the session variable storage, each Core\Session() instance will work in a sandbox for the current requested mode.

pnikolov commented 8 years ago

Is this still required? Such feature causes poor UX and a lot of wired behavior e.g: