Welcome Guest, Not a member yet? Register   Sign In
One login for many codeigniter webapps?
#1
Question 

Hi,

I have at least 6, 7 codeigniter 3.x web apps to handle my company operations. I would like to incorporate it as an ERP, so that user can have only one login and use required apps based on the permissions given.

Right now i have different login windows and sessions for different apps.

Any suggestions to do this?
is it possible to retain the session in multiple codeigniter apps?
Reply
#2

Use one Redis or Memcached server for storage user sessions and just connect to it on all your sites.
Reply
#3

(02-11-2018, 11:40 PM)saleempbt5 Wrote: Hi,

I have at least 6, 7 codeigniter 3.x web apps to handle my company operations. I would like to incorporate it as an ERP, so that user can have only one login and use required apps based on the permissions given.

Right now i have different login windows and sessions for different apps.

Any suggestions to do this?
is it possible to retain the session in multiple codeigniter apps?

You should look at simplesaml php OR read about SAML .  This is all about SSO (simple single login) then your problem should be solved!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB