Sessions - kyngs/LibreLogin GitHub Wiki

LibreLogin offers a session system.

What does this mean?

When a player connects to the server, LibreLogin will create a session for them. If they connect again from the same IP in the configured time interval, LibreLogin will not ask them to authenticate again.

Configuring the session system

You can configure how long the session lasts in this section:

# Defines a time in seconds after a player's session expires. Default value is one week (604800 seconds). Set to zero or less to disable sessions.
session-timeout=604800