Changeset 17295 for main/kofacustom.lpng/trunk/etc
- Timestamp:
- 16 Jan 2023, 20:40:25 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/etc/site.zcml.in
r17254 r17295 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" … … 71 72 principal="zope.manager" /> 72 73 </configure> 74 75 <!-- session --> 76 <browser:beakerSession 77 key="waeup.kofa.session.id" 78 secret="KofaRocks" 79 timeout="3600" 80 type="cookie" 81 validate_key="thisMightBeChanged" 82 /> 83 73 84 </configure>
Note: See TracChangeset for help on using the changeset viewer.