SCALA Lift - S.param access within Comet Actor
问题 I'm attempting to retrieve a url parameter within a CometActor to validate that the source of the data matches the destination, e.g A user sends a message from room A, which should be received and displayed only in room A, not B or C. I've tried: S.param("message").openOr("") But it's always empty, can this be done? Or is there another way to stop Comet messages going where they shouldn't? Thanks in advance for any help, much appreciated :) 回答1: CometActors exist outside of the session and so