How to close neo4j browser connections

How to close neo4j browser connections, When I run the below query

" CALL dbms.listConnections() "

It is returning more connections (150 ) in hundreds even though only couple of users are using, how to close these connections OR how to manage these connections.

#browser #neo4j