We have set up our store to anonymous checkout and have gone through to make the store smart enough to skip the login page all together. We made only the login page for admin login only.  

Now we need to know
1. How do you redirect a session timeout to the default.aspx and NOT the login.aspx?

We do not want to redirect a session to the login.aspx page, we want to redirect it to the default.aspx.

We know it has to do with something with the forms authentication of sorts. But we have not been able to find out how to redirect the session timeout to a different page.

Please Help!!!! Store goes live soon!