Page 1 of 1
Can´t do anything
Posted: Tue Jul 03, 2007 9:58 am
by chasy
I can login, but when i try to write a artikel the blog takes me back to login??
Re: Can´t do anything
Posted: Tue Jul 03, 2007 10:02 am
by garvinhicking
Hi!
First, which serendipity version are you using?
This can happen, if your server does either not send cookie headers, or if your browser or an antivir software rejects cookies. You can fix this by changing the php.ini value "session.use_cookies". It might also be related to a missing session.save_path php.ini option which does not point to a valid directory.
You can see the content of those values by creating a simple test.php file with:
and calling that file in your browser. If the session.cookie_domain setting differs from your domain, that might also be a problem. In all three cases, please contact your server provider to fix those settings, if you don't have access to controlling the values yourself.
Also if you're using Serendipity versions prior to 1.2-beta2 and if you are accessing your blog via
http://localhost/ that will not work - you need to use the IP address instead.
HTH,
Garvin
serendipity 1.2
Posted: Tue Jul 03, 2007 10:18 am
by chasy
no it seems okey, my friend have no problems to login on her site ,she is on my domain. I had trojan on my coputer så I have disable cookies.
Its Working
Posted: Tue Jul 03, 2007 10:25 am
by chasy
Thanks for you help, I had set my cookies too secure.
I works now.