Bug #37993
PhpSession settings should be named PhpSession, not PHPSession
| Status: | Resolved | Start date: | 2012-06-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Session | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 beta 3 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | FLOW3 version affected: | Git 1.0 | |
| Votes: | 0 |
Description
The settings for the PhpSession are under the key PHPSession, which breaks consistency.
Associated revisions
[BUGFIX] Make PhpSession read settings from "PhpSession"
The settings for the PhpSession are read from the key "PhpSession" now,
to ensure consistency. Before that they were read from "PHPSession".
You should adjust your settings, but for backwards compatibility
settings from "PHPSession" will still be used if present.
Change-Id: I496163739003c57ba2b3ac56f00cddbff828940a
Fixes: #37993
Releases: 1.1
[TASK] Mention PhpSession configuration change in Upgrading.txt
This informs about the PhpSession settings key change.
Change-Id: I5441594e2f88685eeb575ea3e942b5b3da472302
Related: #37993
Releases: 1.1
[BUGFIX] Make PhpSession read settings from "PhpSession"
The settings for the PhpSession are read from the key "PhpSession" now,
to ensure consistency. Before that they were read from "PHPSession".
Change-Id: I496163739003c57ba2b3ac56f00cddbff828940a
Fixes: #37993
Releases: 1.2
[TASK] Mention PhpSession configuration change in Upgrading.txt
This informs about the PhpSession settings key change.
Change-Id: I5441594e2f88685eeb575ea3e942b5b3da472302
Related: #37993
Releases: 1.2
History
Updated by Gerrit Code Review 12 months ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12017
Updated by Gerrit Code Review 12 months ago
Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/12020
Updated by Karsten Dambekalns 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8a9619abb8404ce98a86d8d267043530d349c1ee.
Updated by Gerrit Code Review 11 months ago
- Status changed from Resolved to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12017
Updated by Karsten Dambekalns 11 months ago
- Status changed from Under Review to Resolved
Applied in changeset 96de170837473596138e42112839c14d75e6c17f.
Updated by Karsten Dambekalns 11 months ago
- Target version changed from 1.1 RC1 to 1.1 beta 3