Lost session

Xiaoshu Wang xiaoshuw at email.unc.edu
Tue Sep 3 20:27:16 EDT 2013


Hi, I am developing a web application with GWT, protected by Shibboleth via Apache's module. The backend is served with Glassfish. 

My application is configured as such.

<Location /myapp>
   AuthType shibboleth
   ShibRequestSetting requireSession 0
   ShibUseHeaders On
   Require shibboleth
</Location>


The strange behavior is that when I send multiple requests (typical AJAX behavior) simultaneously to the server, it will result a session loss. That is the request leads to the creation of a new session, instead of holding on to the previously created session, on the server side. If I took off the Shibboleth, then things work fine. If I change the ShibUserHeaders to ShibUseEnvironment, then it will also work. I wonder what has caused this and is there anyway to get around it?

-- 
Xiaoshu Wang

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130903/e93ef852/attachment-0001.html 


More information about the users mailing list