Drupal Tips: Changing session lifetime for users
Written on March 30, 2022
![]() |
---|
Picture from Unsplash, user Malvestida, @malvestida |
The Session time management is an important aspect in any type of application: it allows to determine under which processes the user login will be performed, how the user session will be managed and how the user logout will take place. In the case of Drupal, as in other technologies, it is essential to know the most important aspects of sessions and also, if the architecture is “decoupled”, we will have to take them into account to connect sessions opened from the frontend but managed in the backend. This only increases its complexity and importance.