Hi,
Going through various bits of documentation and posts in the forum on cleaning up a session.
Somewhere it was mentioned that it was not a good idea to delete a session on logout.
I have created a procedure that clears the important values in the session queue, but I need to make sure that I make a note and that this is cleared on logout.
Is there a magic method that I can call that will clear all session values that have been added but keep the session queue live?
Or any other tips on a very secure and efficient cleanup method on logout.
thanks
Johan