Program always returns to Login screen
Moderator: Thorsten
-
- Posts: 92
- Joined: Fri Sep 15, 2017 8:49 am
Program always returns to Login screen
Whenever anyone logs into my site, after clicking on any button or link or using the search option it always returns them back to login page. They then login again and after successfully logging in, if they try to navigate or browse by clicking on something it again returns them to the login page.
Re: Program always returns to Login screen
Hi,
your PHP session configuration is broken.
bye
Thorsten
your PHP session configuration is broken.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 92
- Joined: Fri Sep 15, 2017 8:49 am
Re: Program always returns to Login screen
Okay, how do I repair it?
Re: Program always returns to Login screen
Hi,
that depends on how your web server is configured.
bye
Thorsten
that depends on how your web server is configured.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 92
- Joined: Fri Sep 15, 2017 8:49 am
Re: Program always returns to Login screen
So what should I be looking for to repair it? Is it a simple solution? What are the steps I should take to resolving the issue?
Re: Program always returns to Login screen
Hi,
it looks like the session information of PHP is not stored correctly on your webserver.
Another issue could be that you access phpMyFAQ via http but https is configured.
bye
Thorsten
it looks like the session information of PHP is not stored correctly on your webserver.
Another issue could be that you access phpMyFAQ via http but https is configured.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 92
- Joined: Fri Sep 15, 2017 8:49 am
Re: Program always returns to Login screen
Thank you. I will look into this and see if it helps resolve the problem.