Losing session in Firefox when redirect to other page |
How do you call the page eg. Ajax?
Someone on the IRC had the same problem (12 days ago). Problem was the ajax request. The request was from a other domain. Problem called Same origin policy https://en.wikipedia.org/wiki/Same-origin_policy Solution http://caniuse.com/#feat=cors http://stackoverflow.com/questions/35062...71#9523871 header("Access-Control-Allow-Origin: http://foo.example"); in the Controller. http://foo.example is the ajax site. |
Messages In This Thread |
Losing session in Firefox when redirect to other page - by nnanh01 - 06-18-2015, 12:59 AM
RE: Losing session in Firefox when redirect to other page - by PaulD - 06-22-2015, 05:55 PM
RE: Losing session in Firefox when redirect to other page - by Narf - 06-23-2015, 12:54 AM
RE: Losing session in Firefox when redirect to other page - by mwhitney - 06-26-2015, 01:18 PM
RE: Losing session in Firefox when redirect to other page - by nnanh01 - 06-27-2015, 12:32 PM
RE: Losing session in Firefox when redirect to other page - by Paradinight - 07-12-2015, 02:27 AM
|