Would anybody know a basic difference between stateless and non stateless interfacing or developping? What would be the advantages of either method?
Thanx much
Gonz
Stateless: Web programming. The HTTP request from the user contains everything the program needs to know. There is no data shared between requests.
Stateful: Thick-client (aka Desktop) programming. The user clicks on stuff, and depending on what they clicked earlier, they might have different choices. For example, if you're in a word-processor and click inside a table, then the toolbar will change to table-editting tools. The program remembers that they're in table-editting mode.
Chip H.
If you want to get the best response to a question, please check out FAQ222-2244 first
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.