1 Reply Latest reply on Jan 13, 2008 5:36 AM by pmuir

    conversation timeout setting in components.xml

    asookazian

      So here is the default values for a seam-gen'd app in components.xml:

      <core:manager concurrent-request-timeout="500"
       conversation-timeout="120000"
       conversation-id-parameter="cid"/>


      What happens when the conversation times out by default with a seam-gen'd app? will it go to the login screen? apparently 2 min's is the recommended timeout. thx.