As a user I have noticed that occasionally the address in my browser starts with "https..." instead of "http...". I never attached any importance to this.
Now I am starting to do web-based programming. During a discussion about data caches, a colleague mentioned that cached values persist across "protocols", whereas seesion variables do not persist across them. He identified "http" and "https" as protocols.
Could you explain the signifigance of these protocols? Why would a programmer use one instead of the other? Would you ever use both in one website? Are there others besides "http" and "https"?
Now I am starting to do web-based programming. During a discussion about data caches, a colleague mentioned that cached values persist across "protocols", whereas seesion variables do not persist across them. He identified "http" and "https" as protocols.
Could you explain the signifigance of these protocols? Why would a programmer use one instead of the other? Would you ever use both in one website? Are there others besides "http" and "https"?