Re: Logged in users seeing other users profiles
Sounds like people are getting the same session id's
Database sessions? If so, debug:2 and check the sql.
Php Sessions? check diskspace, server health etc.
I had a problem before where I was passing sessions to and from swf files and was setting a session id of "undefined" due to a javascript error and would always get the last person that was logged in.
On Oct 15, 2012, at 9:11 PM, Jeremy Burns <jeremyburns@classoutfit.com> wrote:
I have inherited a 1.3 app that has users who belong to organisations. I have had reports from a few organisations who say that when more than one user from an organisation is logged in they all see the same user account (a logged in user from the same organisation). Local and test instances don't behave like this, and the code pulls up a user record based on $this->Auth->user('id'), so it sounds as if the session is not functioning correctly. Anyone experienced this or can give pointers about where to start looking for the issue?--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home