Hello everybody.
I have a really strange problem.
I'm working with Apex 23.2 on an upgraded app that comes from Apex 18.
The problem is this.
In one page that comes from another page. I have a process where I modified the value of several global variables; those variables were also modified on the previous page.
But the process doesn't work, the global variables keep the values that they have in the previous page.
When I debug, I see that every time I want to assign a new value to the var, it finds the var in the cache and takes the old value.
Also, if I create a new variable in the page and try to assign a value, it doesn't happen.
Any idea is welcome.
Regards and thanks for your time.