I have an web application that requires users to log in to access the feature. The problems i am running in to is even thought the users sessions expires, button events are firing. The solution to fix this problems is checking if user is authenticated on the button click event.
My question is instead of having this check in every button event is that any other way to prevent the button to fire click event if user session expires?
My question is instead of having this check in every button event is that any other way to prevent the button to fire click event if user session expires?
Comment