Skip to content

Commit

Permalink
Removed only session information when logout.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Jul 14, 2024
1 parent 6833b31 commit 32f3dcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/src/main/webapp/Logout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<script type="text/javascript">
envTuning("<%=System.getProperty("org.cerberus.environment")%>");
sessionStorage.clear();
localStorage.clear();
// JSESSIONID cookie to remove.
</script>
<div align="center" style="padding-top: 12%;">
Expand Down

0 comments on commit 32f3dcf

Please sign in to comment.