that is a big session size indeed. if you are using sessions to cache some user data my suggestion would be to use a proper cache engine like memcached or apc. File io is one of the bottlenecks that can make scaling harder in the future but as many others say, scaling is something to look at when you have the real problem....i wish i had scalability issues myself.
On 9 jul, 06:07, Hatori Nakumora <[email protected]> wrote: > Hi Guys, > > Is their any disadvantages having a large session size (using cake > session on file)? > > My sessions size are at least 25kb. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
