I have just found this website: http://highscalability.squarespace.com/ At this site, you can learn more about high scalability web application, real-life scaling strategy... Happy coding!
Month: July 2017
What is the different between Session and Cookie
In Web programming, HTTP is stateless, so that by default HTTP won't allow you to share user's data across pages. Cookie and Session is the most basic technique of storing persistent data across page loads for a web visitor. There are much other storage like local storage, session storage, Indexed SQL, Web SQL, and more in … Continue reading What is the different between Session and Cookie