Sticky Sessions Control
List All Active Sessions
Retrieve a paginated list of all active sessions associated with your Geonode account.
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Query Parameters
Page number for pagination (default is 1).
Number of sessions per page (maximum is 250; default is 250).
Response
200
application/json
A list of active sessions retrieved successfully.
The response is of type object
.