Welcome Guest, Not a member yet? Register   Sign In
Sessions....... :(
#4

[eluser]Developer13[/eluser]
I came across what I believe to be is a similar issue to yours with one of my applications... but it would only happen on a specific server and sometimes the problem would exist and other times it wouldn't (don't ask -- I don't know!).

Anyhow, I would recommend setting the following in your system/application/config/config.php:

$config['cookie_prefix'] = "http://www";
$config['cookie_domain'] = ".domainnamehere.com";
$config['cookie_path'] = "/";

That might solve your problem.


Messages In This Thread
Sessions....... :( - by El Forum - 06-22-2007, 07:33 PM
Sessions....... :( - by El Forum - 06-23-2007, 04:38 AM
Sessions....... :( - by El Forum - 07-07-2007, 04:05 AM
Sessions....... :( - by El Forum - 07-07-2007, 09:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB