Hi
I've just finished writing a psychometric test using asp.net with c#. There are 70 questions spread out over 14 pages or so. I'm using session variables to capture the answer to each question - either a or b. At the end it writes all answers back to the database using a stored procedure, and then I'm using Session.RemoveAll() to clear the session, but it doesn't seem to be working.
If I delete all temporaty internet files from explorer, it resets it and it works fine, otherwise the number of answers i enter get added on to the last time the test was completed. Can't quite work out why this is happening. Any suggestions would be gratefully accepted.
Thanks a lot
I've just finished writing a psychometric test using asp.net with c#. There are 70 questions spread out over 14 pages or so. I'm using session variables to capture the answer to each question - either a or b. At the end it writes all answers back to the database using a stored procedure, and then I'm using Session.RemoveAll() to clear the session, but it doesn't seem to be working.
If I delete all temporaty internet files from explorer, it resets it and it works fine, otherwise the number of answers i enter get added on to the last time the test was completed. Can't quite work out why this is happening. Any suggestions would be gratefully accepted.
Thanks a lot