Project

General

Profile

Actions

Bug #47080

closed

writeUC-function in class.tslib_feuserauth.php

Added by Michel Baeriswyl about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
felogin
Target version:
Start date:
2013-04-09
Due date:
% Done:

0%

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

Description

To store session-variables for a logged in user by setKey('user',key,val), the function writeUC() is needed. The function was definied in class.tslib_feuserauth.php and has been removed. Is there an alternative way?

Actions #1

Updated by Stephan Großberndt about 11 years ago

Using it in the fe_user-object should still be possible - the method is located in t3lib/class.t3lib_userauth.php

Actions #2

Updated by Jigal van Hemert about 11 years ago

  • Status changed from New to Closed

Use the standard call to storeSessionData() as it will save both user and session data depending on what has changed:

$feUserObj->setKey('user', $key, $value);
$feUserObj->storeSessionData();

Closed as it's not a bug.

Actions

Also available in: Atom PDF