Welcome Guest, Not a member yet? Register   Sign In
My app works fine in IE, not in FF or in CHROME
#4

[eluser]LuckyFella73[/eluser]
Hard to say whats going on without seeing code - the first things I would check in config/config.php:
Code:
$config['sess_cookie_name']        = 'cookiename'; // No underscore here!

// and use this snippet (just now I don't remember who posted that):
$config['cookie_domain'] = ($_SERVER['SERVER_NAME'] == 'localhost' ? '' : preg_replace('/^www\./', '', $_SERVER['SERVER_NAME']));

I guess you use db sessions?!

No matter your browser is logged in or out you shouldn't get a DB error message when
using the tank auth library (or any other solution).


Messages In This Thread
My app works fine in IE, not in FF or in CHROME - by El Forum - 07-23-2011, 05:34 AM
My app works fine in IE, not in FF or in CHROME - by El Forum - 07-25-2011, 04:04 AM
My app works fine in IE, not in FF or in CHROME - by El Forum - 07-25-2011, 04:32 AM
My app works fine in IE, not in FF or in CHROME - by El Forum - 07-25-2011, 07:11 AM
My app works fine in IE, not in FF or in CHROME - by El Forum - 07-25-2011, 07:26 AM
My app works fine in IE, not in FF or in CHROME - by El Forum - 07-25-2011, 07:57 AM
My app works fine in IE, not in FF or in CHROME - by El Forum - 07-25-2011, 01:12 PM
My app works fine in IE, not in FF or in CHROME - by El Forum - 07-26-2011, 02:21 AM
My app works fine in IE, not in FF or in CHROME - by El Forum - 07-26-2011, 03:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB