Actions
Bug #21433
closedFE lifetime is ignored
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)
Actions