I have an application which is supposed to share same database with another application ...Basically the customers are supposed to share among these two applications..Example.. www.test.com wants to read the customers of www.test1.com...So my question is ....
1)Can it be done by sharing same cookies on both the applications
2)I have tried connecting the core customer module with external db but unable to do the same....The core connection is always from the main db witten in local.xml file of the application...hOW IT CAN BE DONE