From 040810e67a9139528231c73418997f21aead1db7 Mon Sep 17 00:00:00 2001 From: Laszlo Hornyak Date: Wed, 21 Oct 2015 21:36:15 +0200 Subject: [PATCH] CLOUDSTACK-8977: remove session creation from index.jsp Signed-off-by: Laszlo Hornyak --- ui/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/index.jsp b/ui/index.jsp index 9ea62c08d5b..9b0ec0b3afe 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -16,7 +16,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --%><%@ page contentType="text/html; charset=UTF-8" %> + --%><%@ page contentType="text/html; charset=UTF-8" session="false" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>