1 Reply Latest reply on Aug 22, 2007 11:09 PM by technocrat

    Session Timeout

    technocrat

      Hi All,
      I am using JAAS as the authentication mechanism.The issue is, when the session times out, the login page is displayed and after submitting the credentials the response is displayed as xml in the browser.

       <?xml version="1.0" encoding="UTF-8" ?>
      - <html xmlns="http://www.w3.org/1999/xhtml">
      - <head>
       <meta name="Ajax-Response" content="redirect" />
       <meta name="Location" content="/sample/SampleScreen.faces" />
       </head>
       </html>
      


      Why this happens ? Is there any way to redirect to home page in such scenario ?