Hi,
If I've got the following page on a domainlike test.com
The generic_page.php uses sessions (and is on a different domain), it has buttons that navigate through a few different signup steps and it loses its own PHP sessions as the user goes through the steps.
Is there a way to make sessions active on the generic_page.php?
If I've got the following page on a domainlike test.com
Code:
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="mainTop.php" name="topFrame" scrolling="NO" noresize>
<frame src="[URL unfurl="true"]http://www.external_site.com/generic_page.php"[/URL] name="mainFrame">
</frameset>
The generic_page.php uses sessions (and is on a different domain), it has buttons that navigate through a few different signup steps and it loses its own PHP sessions as the user goes through the steps.
Is there a way to make sessions active on the generic_page.php?