Changeset 17297 for main/kofacustom.skeleton/trunk/etc/site.zcml.in
- Timestamp:
- 16 Jan 2023, 20:41:25 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/trunk/etc/site.zcml.in
r15847 r17297 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.skeleton"> … … 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.