Relative Content

Tag Archive for phpajaxwordpress

WordPress / Elementor How to pass data from one site to another

I have a problem. I have one page that has a slider and a button. On the second page, I would like to read what value the user sent. I tried to do it using cookies and session, but the problem occurs when I want to display the data on the second page. The second page is as if delayed and shows the previous value. For example, I select the value 500 on the slider, click the button and nothing is displayed on the next page. If I change the value to 1000, 500 is displayed on the next page. It works as if the session was delayed by one sent variable.