Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't work PHP_SESSION_UPLOAD_PROGRESS system #126

Open
AntonShevchuk opened this issue Oct 2, 2013 · 0 comments
Open

Don't work PHP_SESSION_UPLOAD_PROGRESS system #126

AntonShevchuk opened this issue Oct 2, 2013 · 0 comments

Comments

@AntonShevchuk
Copy link
Member

Session Upload Progress indication is running while the upload is ongoing, and before control is handed over to a user's PHP code. As a result, the php upload handler uses configuration data set in the .ini files, and can only use modules that are available at that time.

Другими словами, хотите юзать PHP_SESSION_UPLOAD_PROGRESS - настраивайте хендлер для сессии в ini, т.к. как иначе, когда PHP видет куку аплоада, он тут же стартует сессию по настройкам из ini, а когда Bluz (или другой фреймворк) переустанавливает пути для сохранения сессии, то это уже другая сессия

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant