Help! I have a site I have built in CakePHP with ACL and Auth. Everything has worked great for months with hundreds of people logging in and using the app without a problem. Last week I got a call from a client who is having problems where when one person logs into the site they get the last person who logged in from that companies session (although they cannot do anything beyond see the first page - if they click they get the login screen). This isn't a consistent problem, but does happen a fair amount and can be replicated if the client uses a room with four or five computers in it and accesses the site at the "same" time. In digging they are using Microsoft Proxy server 2006. The only reason I can think why this happens is that the session management isn't working and somehow because of the Proxy server this
My Cake configuration uses php for session management, security set to low and I just tried changing the checkAgent from true to false (some post said that fixed a proxy issue for them). Anyone have any problems with Microsoft Proxy Server and have any ideas why it would be happening. Any ideas without having someone at the client test every time I do something to replicate the error? Thanks. Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
