Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions modules/ROOT/pages/security/browser.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,22 @@ If the user issues a `:server disconnect` command then any existing session is t
====
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].
====

== Clear cached credentials now

To immediately drop the current session and remove any cached credentials:

. In Neo4j Browser, open the command prompt.
. Run:
+
[source,subs=+quotes]
----
:server disconnect
----
. Refresh the Browser tab.

[NOTE]
====
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.
====

Loading