Changeset 17300 for main/kofacustom.unidel/trunk/etc
- Timestamp:
- 16 Jan 2023, 20:43:38 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/etc/site.zcml.in
r16721 r17300 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 i18n_domain="kofacustom.unidel"> … … 66 67 principal="zope.manager" /> 67 68 </configure> 69 70 <!-- session --> 71 <browser:beakerSession 72 key="waeup.kofa.session.id" 73 secret="KofaRocks" 74 timeout="3600" 75 type="cookie" 76 validate_key="thisMightBeChanged" 77 /> 78 68 79 </configure>
Note: See TracChangeset for help on using the changeset viewer.