0 Replies Latest reply on Jul 20, 2010 3:02 AM by sherkan777

    How to change expiration of seam locale cookie?

    sherkan777

      Hi,
      I've added setting locale cookie in components.xml




          <international:locale-config default-locale="en" supported-locales="en pl"/>
          <international:locale-selector cookie-enabled="true"/>



      but default locale has expiration now() as i see. I want to change it as now() plus '1 year'. Can anybody tell, where and how I can rewrite or set expiration in Seam?