Hi guys,
I have set up anonymous user in the portal. Say, there are two of them:
1. http://localhost:50000/irj/portal/anonymous?guest_user=user1
2. http://localhost:50000/irj/portal/anonymous?guest_user=user2
Both of them have totally different layout.
I go to the first anonymous link, and then, using the same browser, I go to the second anonymous link. The problem I encounter is that, the browser is still pointing to the first link, and not the second one. If i delete the JSESSIONID cookie, they work fine. Is there any way to do this cleaner (without the need to delete the JSESSIONID cookie) ?
Thanks,
Johannes