Dre wrote:
I do know this
and what happen is that the $_SESSION array become empty once I redirect
from the login page (after login) to another members' area page .. !!

That means you are loosing your session. Is the session id sent? Is the session file (usualy in /tmp) created?



"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

Dre wrote:

I don't know why but session variables does not get posted .. is there

any

thing in the php.ini that I should configure as
I can't find any thing wrong in the code I'm using !!


Session variables are not posted, they are kept on the server. Only the session id is sent as a cookie, get or post variable. Session variables are available in $_SESSION array



-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to