Re: Digest for google-web-toolkit@googlegroups.com - 7 updates in 2 topics

2024-04-05 Thread Leon
I haven't read the whole thread, TLDR. Maybe this will help; If you use static variables in your GWT client code, those are unique and are constrained per tab (gwt client application really). Cookies are not constrained per tab. So if you store the information in a static variable, you can have a

Re: Session Management problem in flask application

2024-04-05 Thread Aakash Rathor
thank you for providing the information for managing the session or troubleshoot the problem through private window or containers of Firefox @Thomas Broyer @Jens i implement the methods according to you but again occur the problem as below 1)if i login inside the incognito window or private

Re: NoClassDefFoundError on a particular class while running gwt:codeserver

2024-04-05 Thread Thomas Broyer
On Thursday, April 4, 2024 at 9:29:21 PM UTC+2 dja...@gmail.com wrote: Hi, I can't seem to be able to point out what dependency I am missing while trying to run my gwt application in Devmode with gwt:codeserver. I can build the program, compile it and deploy it without a problem. However

Re: Session Management problem in flask application

2024-04-05 Thread Aakash Rathor
@Thomas Broyer i implement the methods according to you but again occur the problem as below 1)if i login inside the incognito window or private window i see in all tabs or all windows session id will be same and if login user A then login user B on same browser then user A is logout

Re: NoClassDefFoundError on a particular class while running gwt:codeserver

2024-04-05 Thread Jens
Maybe your hibernate is too new? https://docs.jboss.org/errai/latest/errai/reference/html_single/#_errai_jpa indicates that Hibernate 4.1.1 should be used. -- J. Mukeya Kassindye schrieb am Donnerstag, 4. April 2024 um 21:29:21 UTC+2: > Hi, > > I can't seem to be able to point out what