Hello,
I just purchased a new domain name and I've set it up as a redirect to a
folder on my main site. What is happening is the index.php page checks a
session variable to see if the user is logged on and if not it displays a
login screen. However, after loggin in it just keeps coming back to the
login screen because the session variables are getting lost.
I inserted "session_write_ close()" prior to the header("Locatio n:
Index.PHP) and it now is working on my developement computer but on 2 other
computers it is still just coming back to the login screen.
Is there something else I need to do??
Thanks very much,
Vic
I just purchased a new domain name and I've set it up as a redirect to a
folder on my main site. What is happening is the index.php page checks a
session variable to see if the user is logged on and if not it displays a
login screen. However, after loggin in it just keeps coming back to the
login screen because the session variables are getting lost.
I inserted "session_write_ close()" prior to the header("Locatio n:
Index.PHP) and it now is working on my developement computer but on 2 other
computers it is still just coming back to the login screen.
Is there something else I need to do??
Thanks very much,
Vic
Comment