session in different sub -domain |
Read this page: http://codeigniter.com/user_guide/librar...references
I'm not sure it would work, but you can try. Set the same directory for your session data (sessionSavePath) and set the cookie for your main domain so it can be used by all 3 subdomain (cookieDomain and cookiePath). But again, I'm not even sure this would work. |
Messages In This Thread |
session in different sub -domain - by pws - 04-17-2021, 03:12 AM
RE: session in different sub -domain - by includebeer - 04-17-2021, 04:09 PM
RE: session in different sub -domain - by pws - 04-18-2021, 02:21 AM
RE: session in different sub -domain - by includebeer - 04-18-2021, 06:01 AM
|