Project

General

Profile

Actions

Bug #30270

closed

Improve check for started session in rsaauth

Added by Helmut Hummel over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
-
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()


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #23872: Renaming of FE cookie nameClosedChristian Jul Jensen2010-10-29

Actions
Related to TYPO3 Core - Bug #30269: Configurable cookie name feature relies on a started PHP session in the frontendClosed2011-09-25

Actions
Actions #1

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change Iac913beee5af40d28c17ade6a8bfa17df4da2374 has been pushed to the review server.
It is available at http://review.typo3.org/5314

Actions #2

Updated by Andreas Wolf over 12 years ago

  • Category set to Backend API
  • Status changed from New to Under Review
Actions #3

Updated by Helmut Hummel over 12 years ago

  • Assignee set to Helmut Hummel
Actions #4

Updated by Anonymous over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF