Reputation: 25928
We experience session bugs in our SCA website (Mont Blanc).
The session bugs are:
Have other SCA developers experienced this bug (SCA is known for many) and what have you done to fix this? Any advice would be very much appreciated.
Upvotes: 1
Views: 168
Reputation: 13947
Being sent to checkout upon logging in is due to the SSP application's touchpoints missing parameters. Specifically, the checkout.ssp is used for login, checkout, and register. By default, it handles checkout, but with a parameter of is=login
or is=register
, it will go to the appropriate places after login is complete.
I'm not sure offhand the solution for the first question.
Upvotes: 0