Stateful means
the computer or program keeps track of the state of interaction, usually by
setting values in a storage field designated for that purpose.
The client
connects to the server, conducts a series of operations via that conneciton,
and then disconnects.Then server can associate all of the requests together and
knows that thy all came from the same user.
Comments