error [function.session-start]:cannot send session cache limiter-headers already sent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ivan bravo
    New Member
    • Apr 2011
    • 1

    error [function.session-start]:cannot send session cache limiter-headers already sent

    Warning: session_start() [function.sessio n-start]: Cannot send session cache limiter - headers already sent (output started at C:\Inetpub\wwwr oot\pum\commons \Session.Common s.mod ule.php:7) in C:\Inetpub\wwwr oot\pum\commons \Session.Common s.mod ule.php on line 7
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    this happens when you have output before calling session_start().

    make sure to call it before you have output.

    Comment

    Working...