sherod taylor
sherod taylor
@dmadisetti I think that would work if there was redis integration and the global session shared in redis some how through persistant_cache maybe?
i think a persistant session is necessary as the our system doesn't support sticky sessions which means that the session needs to persist remotely as the api calls with reach...
This is a useful feature we have to track our state in the ajax call but it would be nice to know when a form was successful or have a...
It's also useful to decouple the success functionality with `onSuccess`and the `onSubmit` as are different.