Changeset 17296 for main/kofacustom.nigeria/trunk/etc
- Timestamp:
- 16 Jan 2023, 20:41:05 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/etc/site.zcml.in
r17242 r17296 1 1 <configure xmlns="http://namespaces.zope.org/zope" 2 xmlns:browser="http://namespaces.zope.org/browser" 2 3 xmlns:kofa="http://namespaces.waeup.org/kofa" 3 4 xmlns:kofacustomng="http://namespaces.waeup.org/kofacustomng" … … 84 85 principal="zope.manager" /> 85 86 </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 86 97 </configure>
Note: See TracChangeset for help on using the changeset viewer.