NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: willieb on February 12, 2016, 09:23:32 PM

Title: Login stopped working
Post by: willieb on February 12, 2016, 09:23:32 PM
Hi,

The login was working 100%, then out of the blue the login just stopped working.

When pressing the login (save) button nothing happens.

Any ideas?

Clarion 10.0.12055
NetTalk 8.71
Title: Re: Login stopped working
Post by: willieb on February 13, 2016, 09:09:32 PM
Still trying to figure out the problem ... I created a new app using the wizard, and without changing anything, I run the app and try to login and getting the same problem.

I can login but anything I try to access (that needs a valid login) is not working.  There must be something wrong with the login setting the "logged in" variable.
Title: Re: Login stopped working
Post by: willieb on February 13, 2016, 09:44:56 PM
Ok, with luck I found the problem ...


I used the following url on the logout button : 'LoginPage?Logout_btn=yes' and this was the problem.  Changed it to 'IndexPage?Logout_btn=yes' and my app ids back to normal.