Skip to content

Commit 9bfbf8b

Browse files
docs(browser): add step-by-step to clear cached credentials with :server disconnect
1 parent 21ecf7e commit 9bfbf8b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

modules/ROOT/pages/security/browser.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,22 @@ If the user issues a `:server disconnect` command then any existing session is t
2323
====
2424
For more information on how to administer and use Neo4j Browser, see the link:https://neo4j.com/docs/browser/operations/credentials-handling/[Neo4j Browser manual -> Browser operations].
2525
====
26+
27+
== Clear cached credentials now
28+
29+
To immediately drop the current session and remove any cached credentials:
30+
31+
. In Neo4j Browser, open the command prompt.
32+
. Run:
33+
+
34+
[source,subs=+quotes]
35+
----
36+
:server disconnect
37+
----
38+
. Refresh the Browser tab.
39+
40+
[NOTE]
41+
====
42+
Credential caching (when enabled) stores credentials in the web browser’s local storage and is subject to the `browser.credential_timeout` setting. See this page for details.
43+
====
44+

0 commit comments

Comments
 (0)