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

New session handling #2530

Merged
merged 27 commits into from
Jun 24, 2024
Merged

New session handling #2530

merged 27 commits into from
Jun 24, 2024

Conversation

marcelfolaron
Copy link
Contributor

Link to ticket

Various
#2516
#2504

Description

Our custom session handler was outdated and needed to be adjusted. We are now using Laravel's ssession management

Checklist

  • My code passes all test cases.
  • My code passes our static analysis suite.
  • My code passes our continuous integration process.

If your code does not pass the requirements on the checklist, you should add a comment explaining why this change
should be exempt from the list.

@marcelfolaron marcelfolaron requested a review from a team as a code owner June 5, 2024 15:05
@marcelfolaron marcelfolaron requested review from broskees and removed request for a team June 5, 2024 15:05
@marcelfolaron marcelfolaron marked this pull request as draft June 5, 2024 18:19
@marcelfolaron marcelfolaron marked this pull request as ready for review June 13, 2024 12:22
*/
protected $deferredServices = [];

protected $serviceProviders = [];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps add an explaining comment for each ?

*/
public function __construct()
{

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty line ?

@pvi-github
Copy link
Contributor

Has it been tested when php redis modules are not installed ?

@marcelfolaron
Copy link
Contributor Author

Has it been tested when php redis modules are not installed ?

Yes, redis is not required.

@marcelfolaron marcelfolaron merged commit 24e9633 into master Jun 24, 2024
5 checks passed
@marcelfolaron marcelfolaron deleted the newSessionHandling branch June 24, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants