[eluser]Unknown[/eluser]
The only solution that worked for me was the first one that Doan Du posted, but there was still a big problem after I used it -> the sessions does not work anymore. So I am not using that solution anymore. Anyway, thank you for your help.
My problem was that I have installed the same script on two diffrent domains and I used the same "sess_cookie_name"
Code:
$config["sess_cookie_name"]="ci_session";
for both of them.
Now I'm using different names on each domain and I have no problems.
Regards,
Adrian