E
Elliot M. Rodriguez
I am seeking some advice on an issue I am facing concerning session state.
I have an app that relies on 2 session values being set at the start. These
session values set the stage for data that is pulled from the remaining
pages of the app.
At one stage, a user enters data that will change one of these 2 values.
Here is where the problem lies.
At this stage, when the data is changed, a new browser window will open,
starting the user a few screens back. That works fine. The problem is with
the opening browser. Since the session data has changed, the browser that
caused a new window to open loses its previous value. So if the user
continues in the first window, they get the data related to the new browser
window.
I need the 2 to work concurrently, so the user can finish what they were
doing in the original window, yet proceed with processing in the new window.
Any thoughts on how can I accomplish this?
Thank you all for your replies.
I have an app that relies on 2 session values being set at the start. These
session values set the stage for data that is pulled from the remaining
pages of the app.
At one stage, a user enters data that will change one of these 2 values.
Here is where the problem lies.
At this stage, when the data is changed, a new browser window will open,
starting the user a few screens back. That works fine. The problem is with
the opening browser. Since the session data has changed, the browser that
caused a new window to open loses its previous value. So if the user
continues in the first window, they get the data related to the new browser
window.
I need the 2 to work concurrently, so the user can finish what they were
doing in the original window, yet proceed with processing in the new window.
Any thoughts on how can I accomplish this?
Thank you all for your replies.