From 595ffc37ed900fc88fedaf65c8f4fe5f8181ca52 Mon Sep 17 00:00:00 2001
From: Derek Prior <derekprior@github.com>
Date: Thu, 18 Oct 2018 22:46:25 +0200
Subject: Update guides/source/security.md

---
 guides/source/security.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guides/source/security.md b/guides/source/security.md
index e39941646b..fbc2d5ddcb 100644
--- a/guides/source/security.md
+++ b/guides/source/security.md
@@ -36,7 +36,7 @@ This chapter describes some particular attacks related to sessions, and security
 
 ### What are Sessions?
 
-INFO: Sessions enable the application to maintain user-specific state, while users interact with the application. Once the user has been authenticated, an active session enables the user to keep using the application, without requiring authentication on each request.
+INFO: Sessions enable the application to maintain user-specific state, while users interact with the application. For example, sessions allow users to authenticate once and remain signed in for future requests.
 
 Most applications need to keep track of state for users that interact with the application. This could be the contents of a shopping basket, or the user id of the currently logged in user. This kind of user-specific state can be stored in the session.
 
-- 
cgit v1.2.3