i keep getting logged out
i keep getting logged out
i keep getting logged out once i login and when i click a link, it keeps sending me back to the login page, why is that
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: i keep getting logged out
Hi!
Either your browser is not supporting cookies, or your server is not supporting PHP sessions, or you are not using the domain to enter your blog that you entered in the s9y configuration page.
So, check your browser first, then check the URL you use, and if all is okay, create a test.php script with this content:
and give me the URL to that script.
Best regards,
Garvin
Either your browser is not supporting cookies, or your server is not supporting PHP sessions, or you are not using the domain to enter your blog that you entered in the s9y configuration page.
So, check your browser first, then check the URL you use, and if all is okay, create a test.php script with this content:
Code: Select all
<?php phpinfo(); ?>
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
i just switched servers yesterday and this has been happening since then
http://www.mugsinc.com/test.php
this is the link to the php info
http://www.mugsinc.com/test.php
this is the link to the php info
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Did you check your browsers cookies and the configured URLs first?
Your PHP confugration for the value "session.save_path" looks odd. It points to ".\" which does not seem right. Can you please ask your provider if he can point that varaible to a proper directory like "/tmp"?
Best regards,
Garvin
Did you check your browsers cookies and the configured URLs first?
Your PHP confugration for the value "session.save_path" looks odd. It points to ".\" which does not seem right. Can you please ask your provider if he can point that varaible to a proper directory like "/tmp"?
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
No, extension_dir is completely unrelated.
A wrong session-path leads to your session getting not saved, and thus once you login and go to a next page, no data can tell you were already logged in. This is related to the server though, not serendipity.
HTH,
Garvin
No, extension_dir is completely unrelated.
A wrong session-path leads to your session getting not saved, and thus once you login and go to a next page, no data can tell you were already logged in. This is related to the server though, not serendipity.
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
If you have full access to php.ini, yes you can change that. You also need to restart your Webserver after changing the file.
Best regards,
GArvin
If you have full access to php.ini, yes you can change that. You also need to restart your Webserver after changing the file.
What happens? What did you change? Maybe you broke a file or made invalid settings in php.ini. Check the error logfiles of both webserver and PHP in that case.mugs wrote:now the admin page is not loading
Best regards,
GArvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Again: What happens when you go to admin? What did you change?
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/