Skip to content

Commit dbc26dd

Browse files
committed
(MKD) - Adds an initial paragraph for the post.
1 parent ad10d9a commit dbc26dd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_posts/2022-03-30-drupal-tips-changing-session-lifetime-for-users.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@ youtubeId: JUj5-MAcoiY
1212

1313
| ![Picture from Unsplash, by @malvestida]({{ site.baseurl }}/images/davidjguru_drupal_tips_changing_session_lifetime_for_users_main.jpg) |
1414
| :-------------------------------------------------------------------------------------------------------------------: |
15-
| *Picture from Unsplash, user [Malvestida, @malvestida](https://unsplash.com/@malvestida)*
15+
| *Picture from Unsplash, user [Malvestida, @malvestida](https://unsplash.com/@malvestida)*
16+
17+
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 session 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.
18+
<!--more-->
19+
20+
That is why we are going to share some concepts and ideas.

0 commit comments

Comments
 (0)