[Typo3-dev] IPv6 Login problem

Michael Stucki michael at typo3.org
Sat Apr 16 00:55:52 CEST 2005


Hi Matthias,
please add this to the bugtracker!

- michael

Matthias Kall wrote:

> 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

-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/




More information about the TYPO3-dev mailing list