> What is the best setting for: CAKE_SESSION_SAVE ? If there were a correct answer for all the cases, CakePHP developers (the smartest coders I've seen) wouldn't bother to let us choose.
* database let's you go distributted easy, but things goes to DB. * php has the issue of being in a globally accessible directory, so may create security issues in shared hosts. On the other side their are simple and works great in my dev machine. * cake, well they are almost the same as php. But they allow you to put sessions in a directory where no other user of a shared host _should_ have access. Any decent shared host (if such a thing exists :P ) should allow you to separate the app dir from the webroot (the documment root). I suggest you to re read the part of the manual dedicated to installation, especially the section called 'Production setup'. > Cake 1.1 ships with a default value of "php", but reading the IBM > tutorials it says to use "database". However when installing on > iPowerWeb hosts, "php" doesn't work, only "cake". With "cake", the > sessions are stored in a potentially viewable folder (on shared hosts) > > > My Cake app is a shopping cart that people install on their sites, so > looking for max compatibility. But don't want to over load database > either... > > > Anyone have any suggestions? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
