got some problem:
i perform a login via php
and register logininformation in a session variable.
i use the header ( Location: .... ) to go to the proper site then ( works on apache with php as module )
now i need to get my program to run on a server where php runs as CGI
thre the script aint works, and with the html redirect my session variables are not sent to the new site, so my login is not working anymore.
any way to get it working with php as CGI ?