Deadlock occur in page redirecting in asp.net?

erkarl

New Member
In my web application,when user click on login button ,user is redirected to Default page.In default page, checks cookies.If null,token will be generated and assigned to that querystring.Again user is redirected to Login page.Once again user is redirected to default page.How to break the deadlock?
 
Back
Top