Hi,
I have this login on my page that logs people into another site (with permission). I'm passing the 2 fields into their cgi script which then logs them in. The problem is after the cgi script logs them in, it redirects them to a successful log page, which then forwards them to their site. It's a problem because I have the same stuff on my site as they have when the script forwards them. Let me explain "stuff". The script logs them into a secure area and they can click on certain categories. All I'm doing is taking the secure category links and putting them onto my site, and they work as long as the initial log in was successful. I thought about timing the window to close, but there are too many variables to consider among timing. Does anyone know how to do this? If you reply, be as precise in detail as you can.
Thanks to all
I have this login on my page that logs people into another site (with permission). I'm passing the 2 fields into their cgi script which then logs them in. The problem is after the cgi script logs them in, it redirects them to a successful log page, which then forwards them to their site. It's a problem because I have the same stuff on my site as they have when the script forwards them. Let me explain "stuff". The script logs them into a secure area and they can click on certain categories. All I'm doing is taking the secure category links and putting them onto my site, and they work as long as the initial log in was successful. I thought about timing the window to close, but there are too many variables to consider among timing. Does anyone know how to do this? If you reply, be as precise in detail as you can.
Thanks to all
Comment