i am in the integration of shiro + spring + freemarker

as we are having directive in jsp <@%page session="false"%>

is there any equivalent approach in freemarker to make the session usgae as
false and ftl file as not use existing session...

this issue has been raised due jsessionid encoding to the url.

in our shiro sample shiro applications
shiro-root-1.2.1-source-release\shiro-root-1.2.1\samples\spring\src\main\webapp\index.jsp
thay are using

<%@ page session="false" %>

<%@ include file="/WEB-INF/resources/include.jsp" %>
<html>
<head>
    <meta http-equiv="Refresh" content="0; url=<c:url value="/s/login"/>">
</head>
<body>
Please wait...
</body>

</html>

in this application demo there is no jsession id is encoding to the url.

if is there any equivalent approach in freemarker please let me know,

thanking you :)
-- 

Regards,****

Nagaraju.
  • [no subject] Nagaraju Kurma
    • Re: Albert Kam

Reply via email to