Project

General

Profile

Actions

Bug #21276

closed

Internet Explorer: FE Logout if URL contains a directory

Added by C. Weilguny about 14 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2010-08-11
Due date:
% Done:

0%

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

Description

In some versions of Internet Explorer the user is logged out, if he loads a page which is accessed with an URL which contains a directory
For example:
- http://www.domain.com/mypage.html WORKS
- http://www.domain.com/subdirectory/mypage.html WORKS

For me both URLs work, for one associate it doesn't work in compatibility mode, for another associate it doesn't work in IE8 Standards mode, nor in compatibility mode. If Private-Browsing Mode is used, it works fine for both of them and they are not logged out. We compared security settings and other options of IE, but we found no difference.

We already tried modifying the cookieDomain setting with no success. Also the ".domain.com" as cookieDomain did not work.

Interesting about it: In IE8s developer tools, the cookies are shown with the domain ".com". In FF the cookies have www.domain.com as cookie domain.

We tried to locate, where the cookie is deleted and found out, that it's in t3lib/class.t3lib_userauth.php on line 795 (TYPO3 4.3.3). It's the second call to $this->logoff() at the bottom of the function fetchUserSession() which deletes the cookie.

(issue imported from #M15427)

Actions #1

Updated by Navi over 13 years ago

I might be having the same problem, some people get logged out when clicking certain links.

Typo3 4.4.5
Felogin 1.3.0
cookiedomain set to .domain.com
realurl

Not sure if its this problem, but the users affected seem to be all in IE.

Actions #2

Updated by Alexander Opitz over 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.3

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #3

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF