Overview

Overview of releasing sticky sessions

Release sticky sessions for specified Geonode services by session ID and port. This allows you to free up resources and terminate specific proxy connections.

What is Session Release?

Session release is the process of terminating active sticky sessions before they naturally expire. When you release a session, you're telling the Geonode proxy system to immediately free up the IP address and resources associated with that session.

Why Release Sessions?

Release sessions when you need to free up resources or terminate specific proxy connections before they naturally expire.

How It Works

To release a sticky session, you need to provide:

  • Session ID: The unique identifier for the session you want to release
  • Port: The port number associated with the session

The system will immediately terminate the session and free up the associated resources. Once released, the IP address becomes available for other users, and you'll need to create a new session if you want to continue using a sticky connection.

Available Operations

This section provides endpoints for managing sticky session releases:

Session Management

Before releasing sessions, you can view all your active sessions using the List All Active Sessions endpoint to identify which sessions you want to release.

Best Practices

Before releasing sessions, you can view all your active sessions to identify which ones you want to release. Once a session is released, it cannot be restored, so make sure you're ready to release it before executing the operation.

Important

Once a session is released, it cannot be restored. You'll need to create a new session if you want to continue using a sticky connection. Make sure you're ready to release a session before executing the release operation.

On this page