Project

General

Profile

Actions

Bug #21433

closed

FE lifetime is ignored

Added by Sun almost 14 years ago. Updated almost 13 years ago.

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

0%

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

Description

Despite the fact, that i´ve defined a lifetime greater than 0 via the install tool, cookies are always set as session cookies.

In class.t3lib_userauth.php the function call $this->isRefreshTimeBasedCookie() (line 321) gives always FALSE, so the Variable $cookieExpire is set to 0, which results in a session cookie.

So i replaced the function call with the code ($this->lifetime > 0) from isRefreshTimeBasedCookie() into the calling function setSessionCookie() and it worked. It seems that the function call ($this->isRefreshTimeBasedCookie()) doesn`t work properly.
(issue imported from #M15429)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #51964: FE lifetime is ignored when anonymous userClosed2013-09-12

Actions
Actions

Also available in: Atom PDF