Page 1 of 1

session problem with php5.. urgent help needed please

Posted: Fri Nov 05, 2010 11:04 am
by devo19
i'm converting a php4 application to php5.
i copied all the files to the server with php5 and added the required session_start() line at the start of all the files that deals with session variables.
when i am at the login form, i display the $_SESSION and it displays at the bottom of the form, but when i click the login button, (login.php i display the $_SESSION) and it displays a blank array.
i`m attaching my index file which draws the login form and the login.php file and also the php.ini session settings.
i have been struggling with this and any help and suggestion is welcomed.
thanks
loginfiles.rar
(10.5 KiB) Downloaded 14 times

Re: session problem with php5.. urgent help needed please

Posted: Wed Nov 10, 2010 11:00 am
by devo19
can anyone help with this?? anything at all?? please.

cheers
-dev

Re: session problem with php5.. urgent help needed please

Posted: Wed Nov 10, 2010 10:07 pm
by xtiano77
I would like to take a shot at it but I think it would be better if you would post the code you are having problems with so we can have a better idea of what the problem is.