Ignore:
Timestamp:
16 Jan 2023, 20:38:51 (22 months ago)
Author:
Henrik Bettermann
Message:

Adjust to base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/ftesting.zcml

    r13909 r17289  
    11<configure
    22   xmlns="http://namespaces.zope.org/zope"
     3   xmlns:browser="http://namespaces.zope.org/browser"
    34   xmlns:kofa="http://namespaces.waeup.org/kofa"
    45   i18n_domain="waeup.aaue"
     
    6970  <grant role="zope.Manager" principal="zope.mgr" />
    7071
     72   <!-- session -->
     73   <browser:beakerSession
     74        key="waeup.kofa.session.id"
     75        secret="KofaRocks"
     76        timeout="3600"
     77        type="cookie"
     78        validate_key="thisMightBeChanged"
     79        />
     80
    7181</configure>
Note: See TracChangeset for help on using the changeset viewer.