Ask HN: How would Web development be different if HTTP was a stateful protocol?
I was refreshing on the history of the World Wide Web and glossed over the fact that the HTTP protocol was designed to be stateless. It got me thinking; what would the implications of a stateful protocol be for Web developers? Would it also fundamentally change the way users browse the Web?
3 comments
[ 2.1 ms ] story [ 18.0 ms ] threadYou could just as easily say that HTTP is stateless because of backend databases and sessions. It's true about the web, but not HTTP per se.
A rose by any other name would smell as sweet.