On 08/17/2011 12:30 PM, Daniel Mauricio Patino León wrote:
> We use our own security implementation (implement shiro or spring will
> delay our development), i just want a idea of how to implement this whit
> GWT only, no external fw, a simple way.
> 
> I was thinking in Timer and check every some time if the USER - SESSION
> ID are correct
> but isn't the best way... imagine 1,000 users requesting the server
> every X time

The answer, as supplied earlier, is to manage it on the server. You
don't have to use a framework, but you do have to manage the multiple
logins on the server.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to