Question
Do I need to create a sessionID or cookie?
Hi ppl,
I have a simple form which submits to an Access db and redirects to a thanks.asp page displaying the contents entered into the form - basic stuff and all working like a dream.
Scenario - My problem is that if a user goes to the form and completes it to get to the thanks page, they could in theory refresh the page after another user has completed the form and then see the other users information instead of their own.
My page is simply displaying the last record entered using ORDER BY DESC in my SQl.
Can someone guide me in the right direction of how to do this correctly so that a form user will only ever see data they have personally entered. Do I need to create a session or use cookies? I have not done this before and so would welcome any pointers as to how this is done correctly.
Thanks as always
Jules
I have a simple form which submits to an Access db and redirects to a thanks.asp page displaying the contents entered into the form - basic stuff and all working like a dream.
Scenario - My problem is that if a user goes to the form and completes it to get to the thanks page, they could in theory refresh the page after another user has completed the form and then see the other users information instead of their own.
My page is simply displaying the last record entered using ORDER BY DESC in my SQl.
Can someone guide me in the right direction of how to do this correctly so that a form user will only ever see data they have personally entered. Do I need to create a session or use cookies? I have not done this before and so would welcome any pointers as to how this is done correctly.
Thanks as always
Jules

