The document summarizes research analyzing the use of global mutable state in Spring-based web applications. It investigates how global mutable state can increase module coupling and potentially decrease reliability. The research used a static analysis tool built within the Verily framework to analyze usage patterns of global mutable state variables and classify networks into different types based on read/write patterns. Case studies on five open source projects were presented, with metrics like global mutable coupling calculated and visual network representations provided. The findings showed various usages of global mutable state to share information between tiers can be complex.