Feature #29750
closedPre-Session Hook in t3lib_userauth
0%
Description
Since TYPO3 4.5.4, session_start is called very early. This led to Problems with incomplete Objects in the session, like in #29274.
On the frontend, this could be easily circumvented by including or autoloading the classes via preprocessRequest-Hook. On the backend however, there seems to be no hook available, that is called early enough.
Therefore I think it would be useful to have a hook in t3lib_userauth, right before the session is started.
I'll try to submit a patch set on this shortly.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Ifcdddcc7b7ac9074b920d9ad31d77f868792b70b has been pushed to the review server.
It is available at http://review.typo3.org/4935
Updated by Mr. Hudson about 13 years ago
Patch set 2 of change Ifcdddcc7b7ac9074b920d9ad31d77f868792b70b has been pushed to the review server.
It is available at http://review.typo3.org/4935
Updated by Tobias Liebig about 13 years ago
- Status changed from New to Under Review
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/4935
Updated by Steffen Gebert almost 13 years ago
- Status changed from Under Review to Rejected