when user tries to access a restricted page with a querystring parameter
eg myaccount.aspx?sid=3&page=2
and is not authenticated, user will be redirected to login.aspx page.
the problem is that the querystirng (sid=3&page=2) will be lost .
the returnURL will be like "login.aspx?returnurl=myaccount.aspx". is there any solution for that? thanks.