• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Forwarded to devs Session Idle Time increase has no effect

SKDamon

Basic Pleskian
TITLE:
Session Idle Time increase has no effect
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx
Version 17.8.11 Update #15
Ubuntu 16.04 x86_64
PROBLEM DESCRIPTION:
The configured session timeout value (Tools&Settings > Security > Session Idle Time) is not honored. When reloading or navigating on a page idle for >10min, I get logged out even though the Session Idle Time is set to 60 Minutes.​
STEPS TO REPRODUCE:
Follow the instructions to set Idle Time to 60 (minutes):
How to set session idle time in Plesk?

Leave any plesk page open for >10 Minutes

Navigate by clicking a link or refresh the page​
ACTUAL RESULT:
Login screen appears
(Redirect to the actual requested page after login fails in most cases, too)​
EXPECTED RESULT:
Requested page is loaded without authenticating again​
ANY ADDITIONAL INFORMATION:
I verified the value is set correctly in the database (How to set session idle time in Plesk?)

I'm using an admin account and checked "Allow IP address changes during a single session". I'm also using the Google Authenticator extension for 2FA login.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
From developer:

Not reproduced. No any session idle time settings neither in extension code nor google account preferences.
It is may be Google Auth app issue or date&time settings misconfiguration on client machine.
 
Hey,

That problem existed on my server back when I didn't have Google Auth installed.
Are there any logs or other info that would help confirm this as a bug?

Some time-related settings:
Code:
# ls /etc/timezone
4.0K -rw-r--r-- 1 root root 14 Nov 10  2017 /etc/timezone
# cat /etc/timezone
Europe/Berlin
# ls /etc/localtime
0 lrwxrwxrwx 1 root root 33 Nov 10  2017 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin
# date
Fri Aug 10 08:52:05 CEST 2018

The output of `date` yields my correct local time.
Panel.log doesn't show anything obviously related.
 
Back
Top