javascript - mod_auth_cas redirects random requests to CAS login -
i'm using mod_auth_cas authentication system on applications have problem, when i'm logged in cas , making ajax requests server requests being redirected cas login page. problem cas on origin requests not jsonp fail. have solution this?
thanks :)
we have had same problem. solution simple: configure apache use mpm prefork.
the problem happens when apache configured use mpm worker. when many requests arrive simultaneously (i.e. 20 requests), of them randomly redirected sso server.
Comments
Post a Comment