Para provides a comprehensive set of methods for managing authentication sessions in web applications. These sessions are crucial for secure transaction signing and other authenticated operations. Proper session management helps maintain security while ensuring a seamless user experience.Documentation Index
Fetch the complete documentation index at: https://docs.getpara.com/llms.txt
Use this file to discover all available pages before exploring further.
Session Configuration
Para session length is configured per API key and can be set up to 30 days through the or CLI. The Para API enforces the configured duration. Signing a message or transaction, or callingkeepSessionAlive(), can extend an active session according to that configuration.

Security Considerations
Shorter Sessions:- Enhanced security for sensitive applications
- Reduced risk if device is compromised
- Better for shared or public devices
- Improved user experience with fewer logins
- Better for personal devices and trusted environments
- Consider implementing automatic session refresh
Custom Session Length
For custom durations:- Select “Custom” option in the Developer Portal
- Enter duration in minutes
- Consider your application’s specific security needs
- Balance security with user experience