Hi all.

i have a multi-app enviroment (more apps sharing the same core).

two of those apps are using Cake's AuthComponent.

i followed the cake's conventions so both apps have
- an UsersController
- a UserModel

and, in theyr own db (they use different DBs)
- a users table, with username and password fields

Let's say i'm logged in the first app.
If i log in from the second one i get disconnected from the first.

This is weird! it looks like a Session issue to me. Maybe the second login 
is overwriting the first one

Any advice?

PS: sry for my bad english

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to