You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/security/browser.adoc
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,22 @@ If the user issues a `:server disconnect` command then any existing session is t
23
23
====
24
24
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].
25
25
====
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.
0 commit comments