What is the ideal session timeout?

To make applications that rely on user sessions secure, it is necessary to define a session timeout.
The timeout defines the validity of a user session and after the set amount of time without activity, the session will expire and the user needs to aut…


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Robin Kretzschmar

To make applications that rely on user sessions secure, it is necessary to define a session timeout.
The timeout defines the validity of a user session and after the set amount of time without activity, the session will expire and the user needs to authenticate himself again.

There is always the clinch between convenience for the user to not need to login too often and strict security from the code side to keep it as short as possible.

I've seen anything throughout my carreer, from 4 hours up to 30 days.

What is the ideal session timeout for you and why?


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Robin Kretzschmar


Print Share Comment Cite Upload Translate Updates
APA

Robin Kretzschmar | Sciencx (2023-01-11T15:31:29+00:00) What is the ideal session timeout?. Retrieved from https://www.scien.cx/2023/01/11/what-is-the-ideal-session-timeout/

MLA
" » What is the ideal session timeout?." Robin Kretzschmar | Sciencx - Wednesday January 11, 2023, https://www.scien.cx/2023/01/11/what-is-the-ideal-session-timeout/
HARVARD
Robin Kretzschmar | Sciencx Wednesday January 11, 2023 » What is the ideal session timeout?., viewed ,<https://www.scien.cx/2023/01/11/what-is-the-ideal-session-timeout/>
VANCOUVER
Robin Kretzschmar | Sciencx - » What is the ideal session timeout?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2023/01/11/what-is-the-ideal-session-timeout/
CHICAGO
" » What is the ideal session timeout?." Robin Kretzschmar | Sciencx - Accessed . https://www.scien.cx/2023/01/11/what-is-the-ideal-session-timeout/
IEEE
" » What is the ideal session timeout?." Robin Kretzschmar | Sciencx [Online]. Available: https://www.scien.cx/2023/01/11/what-is-the-ideal-session-timeout/. [Accessed: ]
rf:citation
» What is the ideal session timeout? | Robin Kretzschmar | Sciencx | https://www.scien.cx/2023/01/11/what-is-the-ideal-session-timeout/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.