I have a form that has 3 steps. I use SESSIONS to keep values from step to step. When I open the same form in another tab and complete the first step, this immediately replaces the Session values from the other form.
So how can I create sessions with field values that are attached to a specific form? I need to avoid Session conflicts.