Ignore:
Timestamp:
16 Jan 2023, 20:41:05 (20 months ago)
Author:
Henrik Bettermann
Message:

Adjust to base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/etc/site.zcml.in

    r17242 r17296  
    11<configure xmlns="http://namespaces.zope.org/zope"
     2           xmlns:browser="http://namespaces.zope.org/browser"
    23           xmlns:kofa="http://namespaces.waeup.org/kofa"
    34           xmlns:kofacustomng="http://namespaces.waeup.org/kofacustomng"
     
    8485             principal="zope.manager" />
    8586   </configure>
     87
     88   <!-- session -->
     89   <browser:beakerSession
     90        key="waeup.kofa.session.id"
     91        secret="KofaRocks"
     92        timeout="3600"
     93        type="cookie"
     94        validate_key="thisMightBeChanged"
     95        />
     96   
    8697</configure>
Note: See TracChangeset for help on using the changeset viewer.