Skip to content

Commit

Permalink
Logout remove all local data.
Browse files Browse the repository at this point in the history
Changelog updated.
  • Loading branch information
vertigo17 committed Jul 13, 2024
1 parent a3c59f1 commit 6833b31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* [GUI] Testcase environment selection combo has been replaced by checkbox.
* [GUI] new parameter in order to tune the nb of row above which the report by tag will auto hide the unnecessary lines cerberus_reportbytag_nblinestotriggerautohide_int (default to 50).
* [GUI] Save datatable layout on pages no longer save the current page position.
* [GUI] Optimisation of datatable loading time on execution list and queue list.
* [GUI] Optimization of datatable loading time on execution list and queue list.
* [GUI] new refresh button on pages with datatable on order to refresh the data content without a full reload of the page.
* [GUI] new reset button on pages with datatable in order to put back the default layout view.
* [GUI] New 'Application Edit' button from testcase header, execution and campaign execution pages.
Expand All @@ -31,4 +31,4 @@
*Warning to be considered before applying the version (deprecated features)*
[square]
* [ENGINE] Datalib no longuer support direct definition of SOAP Calls. You need to replace them by SOAP services.
* [ENGINE] %SYS_YESTERDAY*, %SYS_TODAY*, %SYS_TOMORROW* are no longuer supported, please change to %system.YESTERDAY*, %system.TODAY*, %system.TOMORROW*
* [ENGINE] %SYS_YESTERDAY*, %SYS_TODAY*, %SYS_TOMORROW* are no longer supported, please change to %system.YESTERDAY*, %system.TODAY*, %system.TOMORROW*
4 changes: 3 additions & 1 deletion source/src/main/webapp/Logout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
<body style="background-color: #fff">
<script type="text/javascript">
envTuning("<%=System.getProperty("org.cerberus.environment")%>");
sessionStorage.removeItem("user");
sessionStorage.clear();
localStorage.clear();
// JSESSIONID cookie to remove.
</script>
<div align="center" style="padding-top: 12%;">
<h1>Logout Successfully</h1>
Expand Down

0 comments on commit 6833b31

Please sign in to comment.