You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
@@ -56,8 +56,12 @@ public synchronized String assignSessionID(final HttpExchange exchange){
56
56
}
57
57
58
58
/**
59
-
* Assigns a session to the client
60
-
* @param exchange
59
+
* Assigns a session to the client. Session will only be saved client side if the exchange headers are sent using {@link HttpExchange#sendResponseHeaders(int, long)}.
0 commit comments