سؤال

My problem is that Symfony after end of execution remove all internal values from SESSION, so session_id is the same, but values of session is empty, and I can't get it with CKFinder.

I need to allow Symfony don't clear session after execution for use session value in CKFinder. My goal is to secure CKFinder for a way, that I try in this question.

هل كانت مفيدة؟

المحلول

Symfony don't clear SESSION in the end of execution. Session handle with NativeFileSessionHandler and save it in the app/cache/env/sessions directory.

For more information, you can see in docs

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top