Problem Statement
Why are stateless applications preferred in auto-scaling environments?
Explanation
Stateless apps make scaling easy because any instance can handle any request.
Session data is stored in external caches or databases instead of local memory.