Skip to content

Commit fc35594

Browse files
author
troutman_margaret@yahoo.com
committed
Edited chapter_22_fixtures_and_wait_decorator.asciidoc with Atlas code editor
1 parent 2a2c239 commit fc35594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_22_fixtures_and_wait_decorator.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ When we want to recognise a client as being a logged-in and authenticated user,
127127
again, rather than asking the client to send their username and password
128128
with every single request,
129129
the server can actually just mark that client's session as authenticated,
130-
and associate it with a user ID in its database.((("Django framework", "sessions")))
130+
and associate it with a user ID in its database.((("user IDs (UIDs)", "for Django sessions", secondary-sortas="Django")))((("Django framework", "sessions")))
131131
132132
A Django session is a dictionary-like data structure,
133133
and the user ID is stored under the key given by `django.contrib.auth.SESSION_KEY`.

0 commit comments

Comments
 (0)