Session beans are intended to perform tasks for a client and handle transient data. Unlike Entity beans (or JPA entities), they are not designed for long-term data persistence. If a crash occurs, the conversational state of a session bean is typically lost, making them ideal for transient business logic.