Hello,
I have again tried everything I know.
(A)
Clients begin at page1.php attached, which is a perfectly standard SecurityAssist Registration page. That initial login info is placed in the database upon hitting submit.
(B)
They then arrive at page2.php, another perfectly standard WebAssist page that gathers further personal information. This is stored in a database along with a unique code devised for them, along with a timestamp.
(C)
They then arrive at page3.php, a standard SecurityAssist login page.
My problems are now two:
(1) The directives I am giving do not seem to properly log them out so they are forced to relog in. They arrive at that page with a "successful" message.
(2) But unfortunately, as soon as they try moving to any other page, an "invalid=true" message appears in the URL, and clients get stuck in an infinite loop of entering login details which are accepted in that they are sent to my "switchboard" page as per a succesful login; and yet any link they they click or attempt to do anything immediately sends them back to the login page, which continues to mark them as successfully logged in. Thus clients are both logged in and not logged in, and I do not know how to fix this issue.
I hope I have on this occasion been clear. If you require the URLs to the specific pages, they are in the private area.
Thank you.