[TYPO3-dev] fe_user disable simultaneous login

Christian Ludwig cl at viazenetti.de
Thu Nov 6 19:03:28 CET 2014


Hi Samir,

What do you mean by simultaneously? Login by using the same user account (user name and password)?

One thing you can do is setting the [FE][lockIP] to 4 what at least protects against session hijacking.
Then you could write an extension that uses the hook
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['login_confirmed'][]
And delete all entries in table fe_sessions that are using your sess_userid but do not match your ip address.

Christian

-----Original Message-----
From: Samir Rachidi

Hi Typo3-community,

i have question:

With fe_user it is possible that two clients can login simultaneously and both can view user restricted pages. Is there a way to disable this? I want to disable simultaneous fe_user logins.

Thank you in advance
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev





More information about the TYPO3-dev mailing list