I think Juan Pablo Gardella just give me a idead, I will check every Action of the user instead. i mean when the user open a new module or do some CRUD operation and yes the server side with help of the user table (db), and some kind of Callback wrapper.
2011/8/17 Juan Pablo Gardella <[email protected]> > You must check every request with a filter, and in the case the request is > not valid, show the log. In meanwhile in client side don't check anithing > > 2011/8/17 Daniel Mauricio Patino León <[email protected]> > >> 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 >> >> 2011/8/17 Juan Pablo Gardella <[email protected]> >> >>> See apache shiro or spring security. You must manage authentication and >>> authorization in server side >>> >>> 2011/8/17 Daniel Mauricio Patino León <[email protected]> >>> >>>> Some one can give me a idea of how to manage this? i dont want let >>>> users log in in my GWT app (pure GWT dom manipulation) in two places >>>> at the same time, including the same browser (different tabs) >>>> >>>> any help be apreciated >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google Web Toolkit" group. >>>> To post to this group, send email to >>>> [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-web-toolkit?hl=en. >>>> >>>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Web Toolkit" group. >>> To post to this group, send email to [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
