diff --git a/docs/src/docs/asciidoc/guides/users.adoc b/docs/src/docs/asciidoc/guides/users.adoc index bdfc482f..3de9c9e0 100644 --- a/docs/src/docs/asciidoc/guides/users.adoc +++ b/docs/src/docs/asciidoc/guides/users.adoc @@ -103,7 +103,7 @@ include::{samples-dir}users/src/main/java/sample/UserAccountsFilter.java[tags=ad ---- <1> We have an existing variable named `unauthenticatedAlias`. -The value is an alias that points to existing unauthenticated session. +The value is an alias that points to an existing unauthenticated session. If no such session exists, the value is null. This ensures if we have an existing unauthenticated session that we use it instead of creating a new session. <2> If all of our sessions are already associated to a user, we create a new session alias. @@ -150,4 +150,4 @@ will output a link of: Link ---- -end::how-does-it-work[] \ No newline at end of file +end::how-does-it-work[]