| post the first 10 lines of code please EXACTLY as they are in your script.
most likely you are printing either characters or white space to the browser before you call your session_start(). session_start() is a header function and needs to be called before anything is printed to the browser. ( even white space )
__________________ Mike |