• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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