You kind of answered you own question I think... If "php" doesn't work, use "database" for example. You don't have to ajust anything else and you app will work fine... We prefer storing sessions in the database since that will always work. For example we had a site were sessions were lost during a period of time (which was a server setting and we could do nothing about that). So use what works for you.
And I don't think you should worry about overloading the database that doesn't happen to fast :-) cherrio schreef: > Hey all, looking for the definitive (if that's possible!) answer on > this. > > What is the best setting for: CAKE_SESSION_SAVE ? > > > 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 -~----------~----~----~----~------~----~------~--~---
