Alright, I changed my core.php config to use 'database' for session and I set up the database w/ the provided script. Everything works fine except when I want to kill the session (why won't you just die???). There are 2 instances when I would like to see the session removed and in both cases the session remains in the db:
1. When I use 'Session->delete' 2. When I close browser I've played with some of the core.php config settings (i.e. set 'cake_security' to 'high', set 'auto_session' to 'false') but these don't seem like the right settings. Is there another config file I'm missing? I'm using cake 1.1.7.3363 and mysql 5.0.15 Thanks for your help! Zack --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
