let suppose i have two domains
1. abc.com
2. xyz.com
now the thing i want to do that i have a index page on both sites and there is a image on both index page , but when i click next in abc.com
and image changes on abc.com
at the same time i made a session variable in sql server . Now leave abc.com
and come to xyz.com
the index page of xyz.com
automatically gets refresh by ajax function after 2 second , now when page get refresh it will make a request to server and pick the next image name from session which we stored using abc.com
and by getting the we will show the latest image on xyz.com
.... Note . both sites are using the same server
can i do this ? . If yes then how ?