GIS Dictionary

Browse dictionary

stateless

URL copied Share URL
  1. [programming] In programming, not retaining changes between calls. A stateless object or application does not store parameters or values from the last time it was called, so it is always in its original state.

Related Terms