Silla.IO icon indicating copy to clipboard operation
Silla.IO copied to clipboard

Separate CMS Session from the Application Session

Open sandio opened this issue 10 years ago • 2 comments

Usage of different session ids for the different application contexts.

sandio avatar Jan 12 '15 14:01 sandio

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 avatar Jan 13 '15 16:01 pnikolov

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

  • Having CMS session and trying to login in a different mode.

    @kalins @kmotsov what is the best practice in this case?

pnikolov avatar Apr 11 '16 08:04 pnikolov