-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
Hi,
I use this bundle and have 5 steps.
My issue is when you are in one of the steps and click on next or back, it returns you to the first step.
I did the debug and found out the instanceId in the current request was not saved to the session and once it reaches the bind method, it checks the $this->dataManager->exists($this) and could not find it and then set the expire to true $this->expired = true;
It seems the session is not updated. when I enable Opcache, this happens; once Opcache is off, it works fine.
Has anyone experienced such behavior?
.
Metadata
Metadata
Assignees
Labels
No labels