Re: Is the session needed?

2011-11-16 Thread Filippo De Luca
Thank you to both, I looked deeply into the code. My application use the session to store login data and other stuffs. I am going to remove the session dependency step by step. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Is the session needed?

2011-11-11 Thread Filippo De Luca
Hi all, I'm working on a GWT 2.3 app. I notice app uses the session to store login info and other stuff. There is a callback intercept the expired session and handle it. My question is: is in a GWT based app the session still needed? can I have a stateless server? thank you. -- You received

Re: Is the session needed?

2011-11-11 Thread Juan Pablo Gardella
Yes you can. Use the session if you need. 2011/11/11 Filippo De Luca filosgang...@gmail.com Hi all, I'm working on a GWT 2.3 app. I notice app uses the session to store login info and other stuff. There is a callback intercept the expired session and handle it. My question is: is in a GWT