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

Impl. transactional session management #1740

Merged
merged 13 commits into from
Feb 25, 2022
Merged

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Feb 24, 2022

  • and close session immediately by default, thus prevent blocking of other php scripts
  • it can coeexist with apps that open the session manually before atk, then the session is used, but never closed
  • custom driver can be easily implemented /wo the need to change the global session driver

to utilize the non-blocking behaviour, session must be NOT started manually using session_start or autostart

@mvorisek mvorisek force-pushed the close_session_after_access branch 2 times, most recently from 406fa0a to 5088a97 Compare February 24, 2022 20:26
@mvorisek mvorisek force-pushed the close_session_after_access branch 4 times, most recently from 2db8d13 to 944afde Compare February 24, 2022 22:44
@mvorisek mvorisek marked this pull request as ready for review February 24, 2022 22:52
@mvorisek mvorisek added the MAJOR label Feb 25, 2022
@mvorisek mvorisek changed the title Impl. transactional session Impl. transactional session management Feb 25, 2022
@mvorisek mvorisek merged commit 1f755af into develop Feb 25, 2022
@mvorisek mvorisek deleted the close_session_after_access branch February 25, 2022 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant