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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -