How to store data (like "PHP Session") temporarily?

Hello there

I am quite new to Kirby and wanted to ask, if there is something similar in Kirby CMS as PHP Session?

I need to store some content temporarily (product title and price / Image 1) when the user clicks on the button “Bestellung”, which should be displayed on the next page (Image 2).

Or is there maybe a more sophisticated way? ^^

Thanks for your inputs and ideas!


Hey,

have a look here

1 Like

Of course! Thank you so much!

If your “Bestellen” button is a link, it might be simpler to pass the required data to the next page via url params.

1 Like

Thank you, I will also try this :smiley: