Hi there,
I have been creating a website with a log in system and it
all seemed to be working fine on my own testing machine, but as
soon as i uploaded the files and created the associated databases
on my web server, it doesn't seem to be working.
Firstly, i have a create user page which creates a username
and password. This is working as i have checked the records in the
database to see that the new user is created,
Then i have an initial log in page, where the new user enters
in their username and password. When they submit the form, a
session variable should be created using dreamweaver's log in
script. however, the next page asks for them to log in again (the
redirect page for wrong password etc...). When i try and input the
username and password again here and submit, it seems to crash out,
usually taking about a minute to tell me there has been a timeout
error.
Is there some kind of setting the web hosting provider might
have that would prevent the use of session variables?
there is another problem with one of the other pages that
leads me to think that it is definately something to do with
passing over session variables...