6 Replies Latest reply on May 17, 2007 9:06 PM by liudan2005

    need a solution, commandbutton triggers a session start

    liudan2005

      I've been having this problem for a long time and hope I can find a good solution here.

      I have a lot of pages that having a couple of inputTexts and a commandButton. When commandButton is clicked, it invokes a session scoped component. Everything works fine if user clicks the button before session times out. However, if session is timed out, user would have to refresh the page and re-enter the data before click the button.

      I want the user being able to invoke our session scoped component and submit data no matter an active session exists or not. a typical scenario would be a search page(like google's homepage) or a login page, where user enters our website hours ago, but decide to do something hours later.