I'm trying to keep track the number of sessions between designer, client and browser and while I can see where Designer and Client startUps occur in their respective Hooks, I don't see a spot for any browser sessions? Essentially on Designer/Client startUp I'm making an rpc call to the gateway to let it know a new session has started and to log session information. Am I missing something? I see there's probably stuff in PerspectiveContext I can use to get # of sessions, but when I try to import com.inductiveautomation.perspective.gateway.session (or *.api) it shows up as not found.
Oh ok, yeah I'm trying that but those perspective imports aren't found, and I've tried the "find JAR on the web" and "Find maven dependencies" context actions, this is taken from my GatewayHook.java file: