I understand how ssl works, so the browser sends the username/password encrypted. But what happens next ?
Does the client receive a cookie ? Is it secure ? How does the server-browser communicate safely if the only https page is the login page ?
I think if someone get's a copy of that cookie when it's being sent, they can acces that account, no matter how encrypted is the cookie
Actually I want to understand the process from login to logout in a secure web application.
Server: Tomcat, Apache ... Platform: java, php, ...
Thank you