Ive got to make some changes to an existing log-in system on our site and I havent got a clue how it currently hangs together.
So simple question 1: Does anyone know of any good tutorials on that type of thing?
A bit more detail Question 2 (just for wyrd )
Our site currently has a http:// url, which redirects the user to a https:// site, on which they tells us the username/password and we can log them into the main site.
However, many search engines dont like to bookmark redirecting pages - and im not entirely sure they like secure (https) ones either (???)
So we want to have the login box on the http page (with lots of other useful info that search engines will like) - which logs them into the main app on the https site. So how the hell do i do it?
The obvious: Response.redirect("https://www.blah.com/home.aspx") loses the session information so the user just gets the login page again (but on the secure site instead!)
The problem is that I dont currently understand how it all works, so any tutorial type stuff would be appreciated...(Id really prefer not to paste code - seeing as i dont know enough to determine how much of it I could make public!!)
cheers my dears
So simple question 1: Does anyone know of any good tutorials on that type of thing?
A bit more detail Question 2 (just for wyrd )
Our site currently has a http:// url, which redirects the user to a https:// site, on which they tells us the username/password and we can log them into the main site.
However, many search engines dont like to bookmark redirecting pages - and im not entirely sure they like secure (https) ones either (???)
So we want to have the login box on the http page (with lots of other useful info that search engines will like) - which logs them into the main app on the https site. So how the hell do i do it?
The obvious: Response.redirect("https://www.blah.com/home.aspx") loses the session information so the user just gets the login page again (but on the secure site instead!)
The problem is that I dont currently understand how it all works, so any tutorial type stuff would be appreciated...(Id really prefer not to paste code - seeing as i dont know enough to determine how much of it I could make public!!)
cheers my dears