-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Session garbage collection configuration #8053
Session garbage collection configuration #8053
Conversation
@victorpetryk thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
@victorpetryk, does this apply to both the 2.4.x and 2.3.x release lines or 2.4.x only? |
@jeff-matthews This applies to 2.4.x only as changes to configure garbage collection from env.php file will be delivered to 2.4.2 |
Thanks for confirming @victorpetryk. Since it applies to 2.4.x only, I need you to do the following:
I understand that may be tedious, so if you prefer, I would be happy to create a copy of your branch and do it for you in a new PR. Just let me know what you prefer. |
@jeff-matthews Let me ask PO about the necessity to backport a fix about GC to the 2.3.x release line. And if so the devdocs will need to be updated for 2.3.x as well. |
@jeff-matthews I've created a backported fix for the 2.3.x release line. So we can continue to proceed with this PR. |
Sounds good @victorpetryk. Thanks! |
running tests |
Hi @victorpetryk, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds a new section about configuring garbage collection in the env.php file.
Affected DevDocs pages
Links to Magento source code
whatsnew
Added a new section about configuring garbage collection in Magento to clean up expired sessions.