T
tomisarobot
I'm trying to keep pages in sequence to make sure sessions don't
overlap if a user has 2 browsers running at the same time. The hitch
I'm coming across is when they change pages, either through post back
or an anchor.
I set up a HiddenField and check it when I enter and increment it when
I leave.
How could I go about injecting that field's value into the params when
I leave the page?
overlap if a user has 2 browsers running at the same time. The hitch
I'm coming across is when they change pages, either through post back
or an anchor.
I set up a HiddenField and check it when I enter and increment it when
I leave.
How could I go about injecting that field's value into the params when
I leave the page?