We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef6636 commit ef3e83dCopy full SHA for ef3e83d
1 file changed
src/main/kotlin/com/parnote/di/module/RouterModule.kt
@@ -82,7 +82,7 @@ class RouterModule(private val mVertx: Vertx) {
82
router.route()
83
.handler(BodyHandler.create())
84
.handler(
85
- SessionHandler.create(LocalSessionStore.create(mVertx)).setSessionTimeout(60 * 60 * 24)
+ SessionHandler.create(LocalSessionStore.create(mVertx)).setSessionTimeout(24 * 60 * 60 * 1000)
86
) // 24 hours session timeout
87
88
CorsHandler.create(".*.")
0 commit comments