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

Adjust to base package.

File:
1 edited

Legend:

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

    r9849 r17298  
    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.uniben"
     
    6465  <grantAll role="zope.Manager" />
    6566  <grant role="zope.Manager" principal="zope.mgr" />
     67 
     68   <!-- session -->
     69   <browser:beakerSession
     70        key="waeup.kofa.session.id"
     71        secret="KofaRocks"
     72        timeout="3600"
     73        type="cookie"
     74        validate_key="thisMightBeChanged"
     75        />
    6676
    6777</configure>
Note: See TracChangeset for help on using the changeset viewer.