php session_start()
December 6th, 2004
提示出错:
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at…………) in /home/…………
在windows平台下调试正常,但是弄到linux下就出错。
后来发现在linux平台下,session_start()必须放在每页的最前面,前面甚至连个空格都不能有~所以,改~