How to pass a structure to another site
Hi,
I have this situation: I built an site that contain an secure folder where I capture some sensitive information. The data that I capture it is stored in a structure, and then the structure in a session so I can use it later.
Now, all the secure pages will be moved to a diferent website, so I heve to leave my site, run the page on the secure site and then come back to my unsecured site.
How can I pass that structure between sites? Any other ideeas?
I know that if you move from one website to onother, the sessions will not follow you.
Thank you,
Svatasoiu