login problem
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Since PHP doesn't care whether you're in SSL or not, you shouldn't need to change much, if any, of your existing code. The only thing you need to potentially add is if you want to require that the login (at least) goes through SSL. Which is mostly just checking $_SERVER['HTTPS'] and performing some logic if it's off or doesn't exist.