I have two different codeigniter CMS for desktop and mobile versions of site. I use codeigniter user agent to detect mobile and redirect to mobile version. I have a link in mobile site to browse the desktop version as well. I used session and cookie separately, one by one in mobile cms and tried to get those values in desktop cms but it was different cms so not possible. How can I switch from mobile to desktop condition there codeigniter user agent is also enabled.
Any help appreciated