You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wizard flow has been implemented with in DVLA projects using redis as the session store. The wizard flow previous steps are stored in the session. This gem expects the steps to be stored as symbols. When a cookie is used the steps get serialized and converted to a string causing the wizard flow to fail. The wizard flow should work with a cookie used as session storage.
The text was updated successfully, but these errors were encountered:
The wizard flow has been implemented with in DVLA projects using redis as the session store. The wizard flow previous steps are stored in the session. This gem expects the steps to be stored as symbols. When a cookie is used the steps get serialized and converted to a string causing the wizard flow to fail. The wizard flow should work with a cookie used as session storage.
The text was updated successfully, but these errors were encountered: