Navigation Menu

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

Force using DB sessions once Matomo is installed #15275

Merged
merged 3 commits into from Feb 6, 2020
Merged

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Dec 16, 2019

No description provided.

@tsteur tsteur modified the milestones: 3.13.1, 4.0.0 Dec 31, 2019
@tsteur tsteur changed the base branch from 3.x-dev to 4.x-dev January 13, 2020 22:12
@tsteur tsteur added the Needs Review PRs that need a code review label Jan 16, 2020
@@ -101,10 +101,7 @@ public static function start($options = false)

@ini_set('session.save_handler', 'files');
@ini_set('session.save_path', $sessionPath);
} elseif (self::isSessionHandler('dbtable')
|| self::isSessionHandler('files')
Copy link
Member

Choose a reason for hiding this comment

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

the method isSessionHandler is now unused and can be removed.
Also it might make sense to remove the config session_save_handler completely, as it has no effect anymore.

@tsteur tsteur merged commit 0e005fa into 4.x-dev Feb 6, 2020
@tsteur tsteur deleted the forcedbsessions branch February 6, 2020 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants