RequestCtx.userIsAnonymous() does not working in iStore 12
It does not seem to work now in Oracle iStore 12. What should I be using instead?
Below is the code that used to work in iStore 11:
<%-- login/register or logout? --%>
boolean anonymous = RequestCtx.userIsAnonymous();
if (anonymous == true) {
<% String url5 = DisplayManager.getURL("STORE_CUST_ACC_LOGIN"); %>
<a class="graylnk" href=<%=url5%>> LOGIN</a> |