W
wrytat
If I use form authentication with SSL with my web application, when I access
my login page, I will go to https://www.mydomainname.com/login.aspx. After
login, say I redirect the user to afterlogin.aspx. Will my address remain as
https://www.mydomainname.com/afterlogin.aspx?
Can I explicitly redirect it to http://www.mydomainname.com/afterlogin.aspx?
Is this a good practice?
This is because my ISP requires me to put every aspx file that requires SSL
encryption in a "/secure" folder, and to access it, users have to go to
https://secure.my-ISP-domain-name.com/my-domain-name/filename.aspx. So, most
probably, I'll put my login page in that folder, while the other files, I'll
put in other folder since I only need SSL for login. Am I right?
my login page, I will go to https://www.mydomainname.com/login.aspx. After
login, say I redirect the user to afterlogin.aspx. Will my address remain as
https://www.mydomainname.com/afterlogin.aspx?
Can I explicitly redirect it to http://www.mydomainname.com/afterlogin.aspx?
Is this a good practice?
This is because my ISP requires me to put every aspx file that requires SSL
encryption in a "/secure" folder, and to access it, users have to go to
https://secure.my-ISP-domain-name.com/my-domain-name/filename.aspx. So, most
probably, I'll put my login page in that folder, while the other files, I'll
put in other folder since I only need SSL for login. Am I right?