Re: [oxid-dev-general] Blog post: session handling in OXID eShop 6

2016-08-17 Thread Uwe Degenhardt
- Ursprüngliche Nachricht - Von: "Dirk Ollmetzer" <dirk.ollmet...@ollmetzer.com> Gesendet: ‎17.‎08.‎2016 21:47 An: "dev-general@lists.oxidforge.org" <dev-general@lists.oxidforge.org> Betreff: Re: [oxid-dev-general] Blog post: session handling in

Re: [oxid-dev-general] Blog post: session handling in OXID eShop 6

2016-08-17 Thread Dirk Ollmetzer
Hi Marco, I would not recommend to use the normal database for session storing - particularly not in high load scenarios, because DB load is already a serious bottleneck then. Storing the Session Data in Memcache was a solid, reliable and scalable solution in a setup, I had to manage some

[oxid-dev-general] Blog post: session handling in OXID eShop 6

2016-08-17 Thread Marco Steinhaeuser
Hey folks, if you run high load scenarios with multiple application servers, this blog post might be interesting for you, as there will be changes in session handling in OXID eShop 6. Until now, we used the regular PHP session handling and optionally, centralized session storage for high load