I have looked for awhile and cannot find an answer that fits my needs. I have a page that pops a window (window.open), logs the user in (creates a cookie, set session) then
I had the same issue with submitting a form in a modal via ajax and need the page underneath (parent page) to reload. window.location.reload(); worked for me.