SNIP
>
>     YO> You must start session before output anything to browser, or you must
use
>     YO> buffering to do this,
>     YO> or you must use URL mode for session.
>     YO> i.e. This code sends "<html><body>" before starting session and cookie
header
>     YO> must be sent before if session is cookie mode.
>
>     YO> I recommend to write session_start() before programmers do anything.
>
>  I modified that way. But no effect. still not work correctly.
>  After reloading, session variables are emptied. ;(
>
SNIP

Is the session data created? If you are using file or user session handler, you
should be able to see file or record for the session. If you are using file
session handler, what is directory permission for session data storage? Nobody
need to have write permission usually. (You are using Apache on Linux, right?)

Sounds like it is the problem to me.

Regards,

Yasuo Ohgaki


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to