dillonlalor Posted May 30, 2015 Report Share Posted May 30, 2015 Good afternoon everyone, I am in the need of some assistance with phpVMS. What I'm trying to achieve is have one main phpVMS airline with another phpVMS airline in a sub-directory. When trying to log into the pvpVMS airline within the sub-directory, it also logs me in on the main site as someone with the same pilot id. This is not what I want, as these are two complete separate airlines. Thanks, Dillon Lalor Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted May 31, 2015 Administrators Report Share Posted May 31, 2015 You will have to change the cookie name for one of the installs since they are on the same domain. Put it your local.config.php file and change "VMSAUTH" to something else; define('VMS_AUTH_COOKIE', 'VMSAUTH'); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.