When security is set to high, cake generates a new session id on every call to greatly minimize the risk of session hijacking. This shouldn't affect your sessions at all.
It may also be that your web proxy is stripping the session id, so cake assumes a new session with each request. Just a couple of things to look into. :) On Jan 24, 6:13 am, "cwsTrummer" <[EMAIL PROTECTED]> wrote: > hello > > my app works fine on localhost but when i give it on a server at every > page reload the session id is different! > i tried to debug it but i found nothing. i use my database as session > storage. rand, time and useragent is written into database but not my > data. > > i use a webproxy at the server. > where is the new id generated? > > thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
