开发者

cross subdomain login with cookies

开发者 https://www.devze.com 2023-03-19 12:24 出处:网络
I have some sit开发者_Python百科es in subdomains which are made in wordpress and some are made in codeigniter framework. System is already made and they have their own database. I have to created a co

I have some sit开发者_Python百科es in subdomains which are made in wordpress and some are made in codeigniter framework. System is already made and they have their own database. I have to created a common login system for all subdomains.

Do anyone have any idea how to do it?


You can save login information into cookies and share it between subdomains.

See Cookies and subdomains: Cookies and subdomains

0

精彩评论

暂无评论...
验证码 换一张
取 消