Hi Dynamicweb,
When activating this setting: /Globalsettings/Ecom/Cart/AutoLoginBeforeAddToCart we experience an issue with this url parameter: redirect, as this parameter is used in both CartCatch and Security, For adding products to the basket we have redirect=false, but when the user has lost it session, then the user will be redirected to /false.
Can you add a check for this in Security.vb - marked with red?
If Not String.IsNullOrEmpty(Base.Request("Redirect")) AndAlso Base.Request("Redirect").ToLower <> "false" Then
varAccessUserRedirectOnLogin = Base.Request("Redirect")
End If
Best regards, Anders