Program always returns to Login screen

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
iconicperformances
Posts: 55
Joined: Fri Sep 15, 2017 8:49 am

Program always returns to Login screen

Post by iconicperformances »

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.
Thorsten
Posts: 15565
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Program always returns to Login screen

Post by Thorsten »

Hi,

your PHP session configuration is broken.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
iconicperformances
Posts: 55
Joined: Fri Sep 15, 2017 8:49 am

Re: Program always returns to Login screen

Post by iconicperformances »

Okay, how do I repair it?
Thorsten
Posts: 15565
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Program always returns to Login screen

Post by Thorsten »

Hi,

that depends on how your web server is configured.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
iconicperformances
Posts: 55
Joined: Fri Sep 15, 2017 8:49 am

Re: Program always returns to Login screen

Post by iconicperformances »

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?
Thorsten
Posts: 15565
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Program always returns to Login screen

Post by Thorsten »

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
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
iconicperformances
Posts: 55
Joined: Fri Sep 15, 2017 8:49 am

Re: Program always returns to Login screen

Post by iconicperformances »

Thank you. I will look into this and see if it helps resolve the problem.
Post Reply