Repository: cloudstack Updated Branches: refs/heads/4.5 9e374c567 -> 155ea2e7b
CLOUDSTACK-8977: remove session creation from index.jsp Signed-off-by: Laszlo Hornyak <[email protected]> (cherry picked from commit 040810e67a9139528231c73418997f21aead1db7) Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/155ea2e7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/155ea2e7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/155ea2e7 Branch: refs/heads/4.5 Commit: 155ea2e7b22d18023c3ad58bb527dd965d108911 Parents: 9e374c5 Author: Laszlo Hornyak <[email protected]> Authored: Wed Oct 21 21:36:15 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Wed Feb 24 13:24:39 2016 +0100 ---------------------------------------------------------------------- ui/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/155ea2e7/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 60f3cc3..5c58c74 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" %> <c:if test="${!empty cookie.lang}">
