Hi, I am wondering if this is possible.
I have a page with a server connect which loads ads based on a sessionManager variable.
Is it possible to override this variable with a parameter in the url?
So this way it will show the query parameter environment_id when itâs available, and if there is no query parameter it will default to the session manager environment_id.
@Teodor
The idea is that when there is no query url, it reverts back to the session variable.
Looking at the post from @htatd I think that is what I am looking for.
Okay, it seems like it is not exactly woking (yet)
The query is doing the request to the server, but this bypasses the server connect action?
Thus resulting the listviews on the page lot loading because they rely on the server connect
I donât have a query in the url ânormallyâ because the server connect takes care of getting the data.
Now that I am thinking of it, the query string doesnât know which api to cal⌠hmm