Hi
I apologise.
I have one small issue.
I need to completely clear a session.
I need a set of logged-in users, whose data has just been inserted into the database, to be forcibly cleared out and taken to the login page so they can login again, and I can record the timestamp. This is only necessary for those specified first time full users. It is not necessary to record timestamp for all.
The "clear session" directive I currently have in place does not seem to clean them out. When those users arrive at the login page, they seem still to be logged in.
I would also prefer not to send them to my actual logout page; I just want them cleared and forced to login for the timestamp.
(I made the mistake of believing I needed to describe the entire operation so you could see what was going on, and so determine the best approach, but I now see that was not necessary).
Thank you.
Thank you.