hi
I have a page called Login.aspx that handles login it takes username, pass and
compares to a database. If the user is authenticated then i want to redirect to another page with session value
if seesion expired i want to redirect back to login page
how to handle this using forms authentication method
help me