I have the following frame:
<iframe src="http://www.eggsandbacon.jquery.js"></iframe>
Inside my index.html document.
I want to reset and delete all the session cookies after each user have played my jQuery game. Is there any way to do this without changing something in the game? The game is on another server.
No. You can’t touch cookies on a different origin.