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