Overview of authentication session management in Para for web applications
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.
The Para session length is 2 hours
by default, but can be configured to up to 30 days through the . A user signing a message or transaction extends the session by the duration of the session length.
Shorter Sessions (2 Hours - 1 Day):
Longer Sessions (1 Week - 1 Month):
For custom durations:
Explore the different aspects of session management in Para:
Here’s a basic example of checking and maintaining a session: