Welcome Guest, Not a member yet? Register   Sign In
Cookies only setting in certain browsers
#2

[eluser]pzntec[/eluser]
I think your globals and the function preg_replace confuses things. The preg_replace should be configured into the .htaccess file instead.

Have you tried the default settings?
<code>
$config['cookie_prefix'] = "";
$config['cookie_domain'] = "";
$config['cookie_path'] = "/";
$config['cookie_secure'] = FALSE;
</code>


Messages In This Thread
Cookies only setting in certain browsers - by El Forum - 06-01-2013, 12:14 PM
Cookies only setting in certain browsers - by El Forum - 06-01-2013, 03:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB