Types of stateless sessions

All the other application server transactions, EJB/RMI, servlet calls, and Web services, are stateless. These transactions do not leave behind session state information. As a result, these transactions can be performed on any application server instance where the application is deployed.