I have seen this used on a live site and would like to know what it is and how it's intended to be used...and where to set it up.
I suspect there might be some ability to allow users to browse a B2B site catalog without logging in until they try to add to a cart,
which is when one site I've found then pops up the https://www.shopsite.c../b2b/b2b/darklogin.do screen.
This has apparently been around for quite a while and is on our CRM4 server in the WEB-INF/config.xml
Hopefully there is someone out there the can shed some light on this!
<action path="/b2b/coreinit" type="com.sapmarkets.isa.isacore.action.IsaCoreInitAction"> <forward name="success" path="/b2b/relogin/setcookie.do"/> <forward name="darklogin" path="/b2b/relogin/setcookie.do?forward=darklogin"/> </action> <action path="/b2b/relogin/setcookie" type="com.sapmarkets.isa.core.action.SetReloginCookieAction"> <forward name="success" path="/b2b/preparelogin.do"/> <forward name="darklogin" path="/b2b/preparelogin.do?forward=darklogin"/> </action>
Thanks!!!