Jump to content

Hiding queryparam


Helmut Hort

Recommended Posts

1 hour ago, Mehmet Emin said:

One option would be to get the parameter into a property of your main module during first call and redirect default to page www.xyz.de. This way the parameter would be visible only before during the redirection

In my opinion, this is the only solution...

Link to comment
Share on other sites

On 11/2/2020 at 5:24 PM, Sherzod said:

In my opinion, this is the only solution...

Unless a redirect loads a new instance of the MainModule, and the parameter value is reset and lost.

But if you save the value to the db, with the remote IP, you can look it up as the new instance loads without parameters, and select which part of the app to use.

Link to comment
Share on other sites

16 minutes ago, Ron said:

Unless a redirect loads a new instance of the MainModule, and the parameter value is reset and lost.

But if you save the value to the db, with the remote IP, you can look it up as the new instance loads without parameters, and select which part of the app to use.

Oops my bad! yes redirect would destroy the previous session so my answer is wrong.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...