-
Jul 20th, 2011, 07:46 AM
#1
Back Button support without using max-execution-snapshots
Hi all. I'm looking to add back button support to my flows without using max-execution-snapshots.
Here is my scenario.
1) An external source posts some params to the first page of my flow.
2) I evaluate the data and either show or hide some fields on the page.
3) User clicks next button to go to next page of the flow.
4) User clicks back button.... at this point I no longer have the param that was posted to me.. and if I try and store the data in HttpSession it gets cleared out when I arrive back to Page 1.
I want to avoid using max-execution-snapshots.
Thanks,
-
Jul 20th, 2011, 10:26 AM
#2
Nevermind... I found the session was being cleared in my code.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules