Hi, I hope someone can help me on this issue.
I have a payment page and receipt page. The receipt page invalidates the session, so user can't go back. Due to some external configuration i needed to use HybridUrlCodingStrategy to make sure that payment page has a url containing ...Secure. This way it would be caught by some setup we have, making the page secure. Before i used the HybridUrlCodingStrategy the goback button from the receipt page to the payment page would show me the session expired error. But since i have been using the HybridUrlCodingStrategy i get an error, because wicket is trying to process the payment page. The payment page and receipt page are non-bookmarkable, but the HybridUrlCodingStrategy consideres the page as bookmarkable. Could it be related to this..? Does anyone have an idea on what i am doing wrong, or what to do to fix this problem so i get the session expired when using goback button ? Best Regards Muro