We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My recent ticket #1640 was closed for an invalid reason.
providence/app/helpers/post-setup.php
Line 85 in 0dc8e52
This is the line of code that causes my user session to fail every hour.
This value should be something like ten times larger.
Steps to reproduce this problem:
setup.php
60
Expected result:
Link clicking should not be compromised by reasonable default values.
Actual result:
The click fails and redirects to the login screen.
Workaround:
In further testing, I found just setting the TTL to 36000 fully mitigates that problem for me.
36000
Environment:
Providence dev/php8 pulled last month. Cache backend constant set to apc Ubuntu 20.04.6 PHP 8.3.13 php8.3-apcu v5.1.24
apc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My recent ticket #1640 was closed for an invalid reason.
providence/app/helpers/post-setup.php
Line 85 in 0dc8e52
This is the line of code that causes my user session to fail every hour.
This value should be something like ten times larger.
Steps to reproduce this problem:
setup.php
configure the TTL to a lower value such as60
.Expected result:
Link clicking should not be compromised by reasonable default values.
Actual result:
The click fails and redirects to the login screen.
Workaround:
In further testing, I found just setting the TTL to
36000
fully mitigates that problem for me.Environment:
Providence dev/php8 pulled last month.
Cache backend constant set to
apc
Ubuntu 20.04.6
PHP 8.3.13
php8.3-apcu v5.1.24
The text was updated successfully, but these errors were encountered: