Actions
Bug #30270
closedImprove check for started session in rsaauth
Start date:
2011-09-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
Because rsaauth only checks if the superglobal $_SESSION is an array to determine if the PHP session is already started, rsaauth does not work any more after introducing configurable cookie names where the session is not started but only the $_SESSION is set to some values.
Solution:
Correctly check if the session is started by using session_id()
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Iac913beee5af40d28c17ade6a8bfa17df4da2374 has been pushed to the review server.
It is available at http://review.typo3.org/5314
Updated by Andreas Wolf about 13 years ago
- Category set to Backend API
- Status changed from New to Under Review
Updated by Anonymous about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 60dc1889e6004999f736b603cbd661875b515549.
Actions