Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.lang.reflect.Type

internal class SessionManager(
private val store: SecureStorage,
private var sessionDuration: Long = 7 * 24 * 3600 // 7 days default
private var sessionDuration: Long = 30 * 24 * 3600 // 30 days default
) {
private val sessionConfigKey: String = "SESSION_CONFIG_KEY"
private val sessionConfigFile: String = "SESSION_CONFIG_FILE"
Expand Down