Welcome Guest, Not a member yet? Register   Sign In
single signon codeigniter with csrf
#5

If you want to use SSO within the same domain name (so across different sub-domains of the same domain) then you can easily share the same session between all of them.

config.php:
[php]
$config['cookie_domain']='.test.com';
[/php
Reply


Messages In This Thread
RE: single signon codeigniter with csrf - by Diederik - 04-11-2017, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB