php - How to login in magento site from CI site and vice versa? -
i have 2 site on same(ci , magento) domain , placed magento site in ci root. want login both site @ time i.e. when try login ci site login magento site , vice versa.
you shouldn't place 2 sites in same root, ci , magento 2 different entities need own space work fine.
now if want behaviour (logging ci logs in magento , vice versa), have make specific development achieve it.
you need locate function called in magento logs in , add piece of code logs in ci site.
then need locate function called in ci site logs in , add piece of code logs in magento site.
it should hard achieve, might contain security holes , in end, might not viable solution @ all.
Comments
Post a Comment