Forum Moderators: open
I need to capture session value across the domain.Currenly i acess a php page via javascript ajAX method which sets a session,now when i access another page from different method which actually retrives session value then its giving null value for session variable.Why is that?i am using same browser window for accessing diffeent pages.
How can i preserve remote session info on client machine.Ok i can create a cooke to store session value returned from remote server but why same window treating other file in different session.Does xmlhttp() creates new request each time when its called?
Thanks
-adnan
However, if you wish to pass form variables, you could create a form that when submit is pressed, will pass the values to the new site. You could also pass values via link if they have to click it.