Project

General

Profile

Actions

Bug #19286

closed

unnecessary queries for updating session data

Added by Sebastian Mendel over 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-09-04
Due date:
% Done:

100%

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

Description

currently updating the session data is done in two steps:

- delete session data
- insert new session data

this means two queries and two times updating the index

but with only one update query, there is no need for updating the index

is there any special reason why TYPO3 uses two queries to accomplish this?

(issue imported from #M9287)


Files

class.tslib_feuserauth.php.diff (1.5 KB) class.tslib_feuserauth.php.diff Administrator Admin, 2008-09-19 13:20
class.tslib_feuserauth2.php.diff (1.54 KB) class.tslib_feuserauth2.php.diff Administrator Admin, 2008-09-19 14:55

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #63922: Correct handling of session data update in TYPO3 CMS 4.5 LTSRejected2014-12-16

Actions
Actions

Also available in: Atom PDF