[Typo3-dev] IPv6 Login problem

Matthias Kall matthias.kall at web.de
Tue Apr 12 17:15:15 CEST 2005


Hi there,

we experienced the problem mentioned in bug 331 (no login possible with 
an IPv6 machine in BE or FE) and solved it by extending the field length 
of the session logging in the fe_sessions and be_sessions tables

ALTER TABLE `be_sessions` CHANGE `ses_iplock` `ses_iplock` VARCHAR(39) 
NOT NULL;
ALTER TABLE `fe_sessions` CHANGE `ses_iplock` `ses_iplock` VARCHAR(39) 
NOT NULL;

Normally they are varchar(15) which is to short for IPv6 Adresses.

It'd be nice, if this would make it into SQL-Dumps for the 3.8.0 packages.

Thanks and greets

Matthias




More information about the TYPO3-dev mailing list