|  | @ -49,12 +49,13 @@ public class SessionOutTimeFilter extends OncePerRequestFilter {
 | 
	
		
			
				|  |  |                     || httpServletRequest.getSession().getAttribute("userInfo") == null) {
 | 
	
		
			
				|  |  |                 // AJAX REQUEST PROCESS
 | 
	
		
			
				|  |  |                 String attachment = LocalContext.getContext().getAttachment(ContextAttributes.TENANT_NAME);
 | 
	
		
			
				|  |  |                 if ("XMLHttpRequest".equalsIgnoreCase(httpServletRequest.getHeader("X-Requested-With"))) {
 | 
	
		
			
				|  |  |                     httpServletResponse.setHeader("sessionStatus", "timeOut");
 | 
	
		
			
				|  |  |                     httpServletResponse.getWriter().print("{}");
 | 
	
		
			
				|  |  |                     httpServletResponse.sendRedirect(httpServletRequest.getContextPath() + "/logoutAction");
 | 
	
		
			
				|  |  |                     return;
 | 
	
		
			
				|  |  |                 }
 | 
	
		
			
				|  |  | //                if ("XMLHttpRequest".equalsIgnoreCase(httpServletRequest.getHeader("X-Requested-With"))) {
 | 
	
		
			
				|  |  | //                    httpServletResponse.setHeader("sessionStatus", "timeOut");
 | 
	
		
			
				|  |  | //                    httpServletResponse.getWriter().print("{}");
 | 
	
		
			
				|  |  | //                    httpServletResponse.sendRedirect(httpServletRequest.getContextPath() + "/logoutAction");
 | 
	
		
			
				|  |  | //                    return;
 | 
	
		
			
				|  |  | //                }
 | 
	
		
			
				|  |  |                 httpServletRequest.getSession().setAttribute("attachment",attachment);
 | 
	
		
			
				|  |  |                 httpServletResponse.sendRedirect(httpServletRequest.getContextPath() + "/" + attachment + "/loginPage");
 | 
	
		
			
				|  |  |                 return;
 | 
	
		
			
				|  |  |             }
 |