Hi
I want to validate the user id in asp.net using
vb.net. Please help me what is the better way to check to either the user id is expired or not, here I am using cookies for this purpose. I am creating one cookie with user ID in login page and I check that cookie in each and every page, if the cookie is not expired again I reset the time expired. if the cookie is expired i call the login page. It is working very fine, but I did not get satisfaction because it is some cumbersome to write the code in each and every page. Please help me if u know any other simple way.
Advanced thanks.
RK