Welcome Guest, Not a member yet? Register   Sign In
session 'range' ?
#2

[eluser]FrankieShakes[/eluser]
stijnvdb,

My guess would be that your Cookie's "path" setting is the same for both applications:

Code:
$config['cookie_path']        = "/";

Try setting the cookie_path for each cookie to a different location (ie: the location of the application)... Also, you might want to give the "cookie_prefix" unique values as well, so you don't have any collision between the two:

Demo CMS:
Code:
$config['cookie_prefix']    = "demo_";

Personal CMS:
Code:
$config['cookie_prefix']    = "stijnvdb_";


Messages In This Thread
session 'range' ? - by El Forum - 08-12-2007, 10:18 AM
session 'range' ? - by El Forum - 08-12-2007, 10:24 AM
session 'range' ? - by El Forum - 08-12-2007, 10:33 AM
session 'range' ? - by El Forum - 08-12-2007, 10:37 AM
session 'range' ? - by El Forum - 08-12-2007, 10:44 AM
session 'range' ? - by El Forum - 08-12-2007, 12:48 PM
session 'range' ? - by El Forum - 08-12-2007, 02:38 PM
session 'range' ? - by El Forum - 08-12-2007, 03:36 PM
session 'range' ? - by El Forum - 08-13-2007, 05:08 AM
session 'range' ? - by El Forum - 08-14-2007, 04:13 AM
session 'range' ? - by El Forum - 08-14-2007, 07:28 AM
session 'range' ? - by El Forum - 08-14-2007, 07:46 AM
session 'range' ? - by El Forum - 08-14-2007, 08:27 PM
session 'range' ? - by El Forum - 08-15-2007, 03:33 AM
session 'range' ? - by El Forum - 08-17-2007, 11:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB