Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions blueprints/sticky-sessions.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ author: rubys
date: 2024-07-17
---

<div class="important">
The methods described in this Blueprint won't work with a [Bluegreen deployment strategy](https://fly.io/docs/launch/deploy/#deployment-strategy) because all the Machines in your app are replaced—the old Machines are destroyed and their IDs are no longer relevant.
</div>

In a number of scenarios, it is important to ensure that certain requests are
routed to a specific Machine. This frequently is expressed in the form of
wanting an entire user's session to be processed by the same Machine.
Expand Down