Cyrillic text -> kick from Fuel
At the moment I'm building a website which contains Russian text and experiencing very strange problem. As soon as text is around 1k characters and user clicks the pencil tool or tried to modify the text via admin dashboard he get's kicked out from the fuel and get's asked to log in again. The same thing happens all the time, basically it does not allow to modify this big amount of Cyrillic text. The Database char set is ut8, and the same for the table, the sql field type is 'content' text not null.
Comments
http://codeigniter.com/user_guide/libraries/sessions.html
The markup is similar to this:
Bla bla
Bla bla:
As soon as I try to edit the content via module or inline edit, the fuel kicks me as soon as I place the markup into the field.
Any suggestions?