Skip to content

Commit ffe6ba1

Browse files
Downgrade session cookie management FIXMEs to CHECKMEs
1 parent 958c96f commit ffe6ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ng-appserver/src/main/java/ng/appserver/NGApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private NGActionResults resetSessionCookie() {
234234
}
235235

236236
/**
237-
* FIXME: This method should not exist, it's currently used by subclasses as a workaround for some bad session management // Hugi 2024-06-29
237+
* CHECKME: This method should probably not exist. Ideally, we probably just want the user to construct his own response and add the session ID killer cookie // Hugi 2025-04-16
238238
*/
239239
protected NGActionResults resetSessionCookieWithRedirectToURL( final String url ) {
240240
final NGResponse response = new NGResponse();

0 commit comments

Comments
 (0)