[Typo3-german] Backend-Session nach kurzer Zeit beendet

Daniel Cattaneo typo3 at cremefresh.ch
Sun Jul 24 23:49:37 CEST 2005


Markus Oertel schrieb:
> Hallo Liste,
> 
> ich habe das Problem, dass nach wenigen Klicks im Backend die Meldung zu
> sehen ist, dass kein User eingelogt sei und man Cookies aktivieren sollte.
> 

Hatte gleiches Problem...

Kann vorkommen bei ADSL, wenn Provider neue IP dynamisch vergibt....

Im den Benutzereinstellungen...  Disable IP lock for user: ... 
Aktivieren.. Kann helfen.

Dann hast Du noch im Install und All Configuration:

enabledBeUserIPLock]
Boolean. If set, the User/Group TSconfig option 'option.lockToIP' is 
enabled.

[BE][enabledBeUserIPLock] = 0

Sollte auch deaktiviert sein....

Und falls Dir dass zu unsicher ist kannst Du in ebenfall in der All 
configuration folgendes anpassen...

[lockIP]
Integer (0-4). If >0, fe_users are locked to (a part of) their 
REMOTE_ADDR IP for their session. Enhances security but may throw off 
users that may change IP during their session (in which case you can 
lower it to 2 or 3). The integer indicates how many parts of the IP 
address to include in the check. Reducing to 1-3 means that only first, 
second or third part of the IP address is used. 4 is the FULL IP address 
and recommended. 0 (zero) disables checking of course.

[FE][lockIP] = 4

Setzt Du den Wert auf 3 werden nur die ersten 3  Zahlenpaar der IP also 
z.b. 288.15.213.xxx überprüft und nicht die ganze IP.

Provider verteilen meist im etwa gleichen Range Ihre Adressen...




More information about the TYPO3-german mailing list