We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • I have a secure domain with a separate context where I am logging a user in as 'userx'. I then want them to be able to access some resources on my 'web' context that require membership in a user group that 'userx' is a member of.

    However, the problem seems to be that even though the user is logged in as 'userx' in my 'secure' context, they are still 'anonymous' in my web context.

    How would I (through snippet API code) get the 'web' context to recognize that the user has logged in & is no longer anonymous?