mirror of https://github.com/apache/cloudstack.git
Merge pull request #961 from K0zka/CLOUDSTACK-8977
CLOUDSTACK-8977: remove session creation from index.jspSigned-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com> * pr/961: CLOUDSTACK-8977: remove session creation from index.jsp Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
29d42c7174
|
|
@ -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}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue