Changeset 6623
- Timestamp:
- 12/20/07 17:10:15 (7 months ago)
- Files:
-
- trunk/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/UPGRADE
r6509 r6623 323 323 324 324 The `project:upgrade1.1` task makes all those changes for you. 325 326 Session timeout 327 --------------- 328 329 The `sf_timeout` setting is not used anymore. To change the session timeout, you now have to edit the `factories.yml` instead if the `settings.yml`, and change the parameters of the `user` factory: 330 331 all: 332 user: 333 class: myUser 334 param: 335 timeout: 1800 # session timeout in seconds