Re: [Phplib-users] parse error in session.inc
Brought to you by:
nhruby,
richardarcher
From: Peter C. <li...@kr...> - 2003-02-11 20:43:25
|
Hi Achim At 21:22 11/02/03 +0100, Achim Daiber wrote: >Hello List, > >I get the following problem when I am dealing with really large session >variables. >Parse error: parse error in /home/phplib/php/session.inc(329) : eval()'d >code on line 418 > >anyone know how to get around this? Your default session container isnt big enough for the data you're holding in your session. Switch $sess->that_class from ct_sql to ct_split_sql and your problem should go away. Peter ----------------------------- Peter Cruickshank Tel: +44 7092 086 881 email: pe...@kr... |