Skip to content

Commit 49db47c

Browse files
committed
security improvements added
1 parent 972a33d commit 49db47c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

knowage/src/main/webapp/sessionStorageLogin.jsp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<%@page import="it.eng.knowage.commons.security.KnowageSystemConfiguration"%>
44
<%
55
if (session!=null) session.invalidate();
6+
7+
response.setHeader("Cache-Control", "no-store, no-cache, must-revalidate, max-age=0");
8+
response.setHeader("Pragma", "no-cache");
9+
response.setDateHeader("Expires", 0);
610
%>
711
<head>
812
<title>Knowage</title>

0 commit comments

Comments
 (0)