Skip to content

Commit 77deb63

Browse files
committed
Fix SessionRepositoryFilter Javadoc
1 parent 69285f2 commit 77deb63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-session-core/src/main/java/org/springframework/session/web/http/SessionRepositoryFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
* . The default is to look in a cookie named SESSION.</li>
6060
* <li>The session id of newly created {@link org.springframework.session.Session} is sent
6161
* to the client using
62+
* {@link HttpSessionIdResolver#setSessionId(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, String)}
6263
* <li>The client is notified that the session id is no longer valid with
6364
* {@link HttpSessionIdResolver#expireSession(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)}
6465
* </li>

0 commit comments

Comments
 (0)