How can I capture Sessions Data?
I send data to a different page in this way, how can I capture it with session on the other page?
I tried it this way but it didn't work.
5 Replies
don't see where you set session first
I haven't set up a session. I wonder how I should set it up.
I think
->with()
only flashes the data, which means they are available only once. The form schema might be retrieved multiple times. So switch to session()
helper.
Also wrap options a. Closure options(fn () => ProductOrder
I updated it this way, but I couldn't catch it again strangely.
first check if your $barcodeNumbers is evenn assigned