@Dr. Loboto > Your problem is unclear. What is "sessions mixed up"? For every person who logs in, there are some session variables stored in an object built-in in PHP called Session. So one customer somehow gets allocated the session variables of some other person.
> If someone see information of other customer maybe it is just currently > logged person? But how can one person see the information of other customer. The customer is entering his own username and password, matching is done correctly. Then how can he see the account information of some other person after logging in? Thanks and Regards Vikram On Apr 6, 6:31 pm, "Dr. Loboto" <[email protected]> wrote: > Your problem is unclear. What is "sessions mixed up"? If someone see > information of other customer maybe it is just currently logged > person? > > On Apr 6, 3:42 pm, SeeVik <[email protected]> wrote: > > > I found out that this problem is occuring only for users in Kenya. I > > found one more case of such a website with users in Kenya who are > > getting sessions mixed up. > > > Does anybody have any idea about this strange problem? > > > On Apr 6, 1:21 pm, SeeVik <[email protected]> wrote: > > > > Regarding this problem, can anybody tell me where the log files are > > > stored in cakephp? > > > > On Apr 3, 1:43 pm, SeeVik <[email protected]> wrote: > > > > > Hello all > > > > > I have a question regarding our website built using cakephp. I have > > > > some idea of php but I am completely new to the frameworks. The thing > > > > is our company got a webapp built from a firm to manage information of > > > > our customers. > > > > > But the thing is that the sessions at the customer side are somehow > > > > getting mixed up. Like when one user logs in, sometime later he is > > > > able to see the information of other customer. However, at our test > > > > server this problem does not happen. I read some documentation of > > > > cakephp and I have checked out that the session management on our > > > > system is being done using the default PHP mechanism. > > > > > Can somebody help me in figuring out where the problem could be, I > > > > mean in what direction should I look? > > > > > Thanks and Regards > > > > Vikram --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
