I need to implement a long lasting TCP duplex connection for event notification. Client register for events and server informs about this events to all subscribers.
My controllers all extend a basic UserAwareController cla开发者_如何学编程ss, that exposes GetCurrentUser() method. I would like any call to this method to redirect to the login page if the user is no