Hi 
I am using GWT 2.4 and I am facing strange problem

My application is based on spring webflow, my page is entered using webflow 
then it initiates GWT entry point to draw some controls

I am also using WebCastellum security proxy

The problem is everytime I enter my page a new session is created. I track 
this by HttpSessionListener class. 

When I either disabled WebCastellum OR removed the entry point js files, no 
session was created.

So the problem is in the combination WebCastellum + GWT.

I found that WebCastellum examines the request that launches the entry 
point, finds the attached session is null so it creates a new session.

Any idea why the session of the entry point request is null?

Regards
Rasha 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/by3ploUfIukJ.
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