Project

General

Profile

Actions

Bug #65236

closed

FE-Login Session lost in Google Chrome

Added by Philipp Müller about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Must have
Category:
felogin
Target version:
Start date:
2015-02-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The fe-login session will be lost in Google Chrome when HTTPS is activated (valid cert). The login-process can be done successful, but when I reload the page I'll be logged out. Without HTTPS the login works fine.

TYPO3/Server:
  • TYPO3 4.5.40
  • PHP 5.3.10-1ubuntu3.16
  • MySQL 5.5.41-0ubuntu0.12.04.1
Client:
  • Google Chrome 40.0.2214.115 (64-bit)
  • OS X Yosemite 10.10.2

TYPO3 Configuration:

// SYS
$TYPO3_CONF_VARS['SYS']['cookieDomain'] = '';
$TYPO3_CONF_VARS['SYS']['cookieHttpOnly'] = 0;
$TYPO3_CONF_VARS['SYS']['cookieSecure'] = 2;

// FE
$TYPO3_CONF_VARS['FE']['cookieDomain'] = '';
$TYPO3_CONF_VARS['FE']['dontSetCookie'] = '';
$TYPO3_CONF_VARS['FE']['maxSessionDataSize'] = 10000;
$TYPO3_CONF_VARS['FE']['sessionDataLifetime'] = 86400;
$TYPO3_CONF_VARS['FE']['loginSecurityLevel'] = 'rsa';
$TYPO3_CONF_VARS['FE']['permalogin'] = 1;
$TYPO3_CONF_VARS['FE']['lockIP'] = 4;

Actions #1

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Philipp Müller

Hello Philipp,
Could I ask you if it is still valid for version 6.2.13 or 7 (latest master)?

Thank you!

Actions #2

Updated by Christian Nölle over 8 years ago

Can confirm this for 6.2.latest running a FE login against LDAP for the use of cal. Login works, sessions gets lost with subsequent click. No probs in FF, IE asf.

Actions #3

Updated by Philipp Müller over 8 years ago

Hi Riccardo

Yes the problem still exist in TYPO3 6.2.14.

Philipp

Actions #4

Updated by Philipp Müller over 8 years ago

Hi Riccardo

It's not a TYPO3-Problem, it was a bug in Google Chrome. The problem does not exist anymore in Chrome Version 44.0.2403.130 (64-bit).

Philipp

Actions #5

Updated by Riccardo De Contardi over 8 years ago

  • Status changed from Needs Feedback to Closed

Hello Philipp, thank you for your feedback!

Closed as not TYPO3-related

Actions

Also available in: Atom PDF