Skip to content

Commit

Permalink
chore :: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jombidev committed Sep 12, 2024
1 parent f37fd05 commit 6079a83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SessionConfig {
override fun resolveSessionIds(exchange: ServerWebExchange): MutableList<String> {
val headers = exchange.request.headers
val h = headers.getOrDefault(SESSION_HEADER, headers.getOrEmpty("Sec-WebSocket-Protocol" /* WS Hack */))
println(h)
println("${exchange.request.path}: using $h sessions")
return h
}

Expand Down

0 comments on commit 6079a83

Please sign in to comment.