Session Tracking

  •  At the time of processing the later request, if we want to get the data of previous request, then we need to go for "session tracking."
  • Every server side technology should support session tracking because the protocol used is http and it is 'stateless' in nature.

Comments

Popular posts from this blog

Advantages and Disadvantages of Monolithic Architecture

Monolithic Architecture

Eclipse debugging