$ /sbin/runlevel
■ランレベルの変更 [ init ] [ telinit ]
まだ各ランレベルの意味は以下の通り
| 0 | システムの停止 |
| 1 | シングルユーザーモード |
| 2 | マルチユーザーモード(NFSなし) |
| 3 | マルチユーザーモード(テキストログイン) |
| 4 | 未使用 |
| 5 | マルチユーザーモード(グラフィカルログイン) |
| 6 | システムの再起動 |
| 0 | システムの停止 |
| 1 | シングルユーザーモード |
| 2 | マルチユーザーモード(NFSなし) |
| 3 | マルチユーザーモード(テキストログイン) |
| 4 | 未使用 |
| 5 | マルチユーザーモード(グラフィカルログイン) |
| 6 | システムの再起動 |
SecurityContextHolder.clearContext();
if (invalidateHttpSession) {
HttpSession session = request.getSession(false);
if (session != null) {
session.invalidate();
}
}
SessionRegistry使うのも一つの選択かも
sessionRegistry.getSessionInformation(sessionId).expireNow();