Hi everybody,
I have designed a shopping basket. The Order ID is stored in a session variable.
What I noticed is that if users right click on a link while they browse my application and choose "open link in a new window" the Order ID will stay the same in the new opened window.
So to say, they have 2 shopping sessions with the same Order ID.
Is that right? How can I prevent that?
The same is happening if I press Ctrl+N from the shopping basket.
Thank you,
TMRO
I have designed a shopping basket. The Order ID is stored in a session variable.
What I noticed is that if users right click on a link while they browse my application and choose "open link in a new window" the Order ID will stay the same in the new opened window.
So to say, they have 2 shopping sessions with the same Order ID.
Is that right? How can I prevent that?
The same is happening if I press Ctrl+N from the shopping basket.
Thank you,
TMRO