Changeset 17289 for main/waeup.aaue/trunk/src/waeup/aaue/ftesting.zcml
- Timestamp:
- 16 Jan 2023, 20:38:51 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/ftesting.zcml
r13909 r17289 1 1 <configure 2 2 xmlns="http://namespaces.zope.org/zope" 3 xmlns:browser="http://namespaces.zope.org/browser" 3 4 xmlns:kofa="http://namespaces.waeup.org/kofa" 4 5 i18n_domain="waeup.aaue" … … 69 70 <grant role="zope.Manager" principal="zope.mgr" /> 70 71 72 <!-- session --> 73 <browser:beakerSession 74 key="waeup.kofa.session.id" 75 secret="KofaRocks" 76 timeout="3600" 77 type="cookie" 78 validate_key="thisMightBeChanged" 79 /> 80 71 81 </configure>
Note: See TracChangeset for help on using the changeset viewer.