From: Roel V. <ro...@ri...> - 2002-09-13 10:02:49
|
Daniel Bondurant wrote: > what happens to the session data when the size of blob is exceeded? > It think it is 64k in mysql. Yes, it is 64k, and the data will be truncated, meaning you will lose a part of your session data. I had to learn the hard way that this is a very nasty bug to track down :) cheers, roel > On Thu, 2002-09-12 at 10:33, Reini Urban wrote: > >>I added now DB_Session support and >>updated Pear DB to version 1.3 into CVS. Should be in tomorrows nightly >>snapshot. Todays snapshot has a bug with DB_Session which needed to >>large Pear DB update. >> >>DB_Session needs PEAR DB, ie. DBParams['dbtype'] = 'SQL'. No ADODB yet. >>The latest Pear DB is of comparable speed as the old ADODB. >> >>DB_sessions are faster than filebased sessions and probably easier to >>setup. (No common shared /tmp dir needed as on sorceforge.net or other >>larger ISP's with load-balanced servers.) >> > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |