Navigation überspringen

[Gelöst] Add a session time to logged in users

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

I want to make sure the User is logged out after inactivity. I would like to add a session timer as well so the user knows how much time he/she has before he/she has to login again, but the session is restarted every time there is an action on the part of the user, such as click to edit, suspend, or delete a listing.

Solution:

There isn't such kind of built-in feature within Toolset plugins, you might consider custom codes or other plugins, for example:

https://stackoverflow.com/questions/9191359/how-to-change-session-expire-time-in-wordpress

Relevant Documentation:

This support ticket is created vor 5 Jahren, 6 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von FelipeP5703 vor 5 Jahren, 6 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#1307189

Tell us what you are trying to do?
I want to make sure the User is logged out after inactivity. I would like to add a session timer as well so the user knows how much time he/she has before he/she has to login again, but the session is restarted every time there is an action on the part of the user, such as click to edit, suspend, or delete a listing.

#1307463

Hello,

There isn't such kind of built-in feature within Toolset plugins, you might consider custom codes or other plugins, for example:
https://stackoverflow.com/questions/9191359/how-to-change-session-expire-time-in-wordpress

#1307889

I'll be suggesting as a feature. My issue is not yet resolved but thank you!