The flow execution key is a random string of 64 alphanumeric characters. It allows the ActionFlow Session Handler to restore a given state and continue a flow execution from the correct state hash snapshot.
The flow execution key always has to be returned to the controller after the execution of a view by the user. Each submission of data has to be related to a flow key. If you submit data to an ActionFlow controller without providing a key, the controller will assume that you are requesting a new flow chain execution and will call the step mapped by the start_with instruction.
The key is constructed as follows.
~~DISCUSSION~~
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 License.