B
beverly kuykendall
I have a .net application with many web forms. During the process of
the application the user has the ablility to advance and return to a
selected number of forms based on where they are in the application.
This all works with the use of session state. The user has the ability
to use the BACK button while in the application. However, because the
application has a security issue, I do not want the user to leave the
application and go to a different website and then return to the
application by using the BACK button. What can I have to do to exhaust
the session state when the user leaves the application?
the application the user has the ablility to advance and return to a
selected number of forms based on where they are in the application.
This all works with the use of session state. The user has the ability
to use the BACK button while in the application. However, because the
application has a security issue, I do not want the user to leave the
application and go to a different website and then return to the
application by using the BACK button. What can I have to do to exhaust
the session state when the user leaves the application?