
Sessions Overview
The Sessions page displays a list of all connection activities with key information:- User who initiated the session
- Connection name and type
- Session ID for reference
- Timestamp and duration
- Status indicators
Filtering and Search
Use the top filters to narrow down sessions:- User: Filter by specific team members
- Connection: View sessions for particular connections
- Type: Filter by connection type (database, application, etc.)
- Period: Select a specific time range
Session Details

Connection Information
- Session start and end times
- Connection type and name
- User who initiated the session
Activity Log
For database connections:- SQL queries executed
- Query results
- Execution timestamps
- Commands executed
- Command output
- Terminal sessions
Handling Large Results
When an operation returns a value too large for a browser to handle, it can cause the session to crash or freeze. To prevent this, we automatically truncate the preview and provide the full data via a downloadable file.Important Note on Configuration: If your organization has the “Block Downloads” setting enabled (typically for security reasons), you may run into a situation where:
- The data is too large to display in-browser
- The download option is unavailable
The “Block Downloads” setting is controlled by the
DISABLE_SESSIONS_DOWNLOAD environment variable. See Environment Variables for configuration details.Session Actions
From the session details view, you can:- Re-run a query to verify results or troubleshoot issues
- Copy session ID for reference
- Download session logs
- Share session details with reviewers
Integration with Reviews
Just-in-Time Reviews
Sessions may require approval before starting if JIT reviews are enabled for the connection
Command Reviews
Individual commands or queries may need approval during the session
Best Practices
Regular Audits
Periodically review session logs for security and compliance
Investigation
Use session IDs to track specific activities during incident response
Compliance
Maintain session records for audit requirements
Performance
Monitor session patterns to optimize connection usage