On Apr 15, 9:17 am, DeepJaguar <[email protected]> wrote: > I think i use the cake one, you can see that in the core file right? > (Configure::write('Session.save', 'cake'); )
Yes, you can set that to "php", "cache", etc. > Is changing that possible harmful for users on the site? The "php" setting tells Cake to use whatever PHP is configured for (eg. /tmp) while "cake" allows to save the files under your own app dir. The latter is somewhat safer in a shared hosting environment. 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 To unsubscribe, reply using "remove me" as the subject.
