Re: login redirect doesn't work
From: Lauchlan M (LMackinnon_at_Hotmail.com)
Date: 10/07/03
- Next message: Lauchlan M: "Re: Login failed for user 'test'."
- Previous message: gorden blom: "login redirect doesn't work"
- In reply to: gorden blom: "login redirect doesn't work"
- Next in thread: gorden blom: "Re: login redirect doesn't work"
- Reply: gorden blom: "Re: login redirect doesn't work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 7 Oct 2003 21:28:09 +1000
> build a login screen at witch users can login. All goes fine until I
> try to redirect the user to the protected pages.
Well, what happens when you try to redirect the user?
Also, maybe try first working with RedirectFromLoginPage instead of
Response.Redirect, as this does the login behind the scenes. When this works
you can go back to setting up the cookie yourself.
If you do set up the authentication cookie yourself, you will probably have
to code the global.asax authentication handler.
HTH
Lauchlan M
- Next message: Lauchlan M: "Re: Login failed for user 'test'."
- Previous message: gorden blom: "login redirect doesn't work"
- In reply to: gorden blom: "login redirect doesn't work"
- Next in thread: gorden blom: "Re: login redirect doesn't work"
- Reply: gorden blom: "Re: login redirect doesn't work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|