jrthor2
09-21-2004, 02:13 PM
Newbie here.
I have a page that I want to set a session variable ("ErrorCounter") when you load it. When you submit the page, the action class the page calls reads this "ErrorCounter" session variable and if the count is greater thatn 3, forward them to a customer service page. If the user enters, for example, a wrong password, the session variable gets incremented by 1 and takes them back to the login page.
Thanks for all help.
I have a page that I want to set a session variable ("ErrorCounter") when you load it. When you submit the page, the action class the page calls reads this "ErrorCounter" session variable and if the count is greater thatn 3, forward them to a customer service page. If the user enters, for example, a wrong password, the session variable gets incremented by 1 and takes them back to the login page.
Thanks for all help.