session - PHP: session_status being bypassed? -
this question has answer here:
- how fix “headers sent” error in php 11 answers
i'm getting error "cannot send session cache limiter" funny thing check status of session before called session_start().
if (session_status() == php_session_none) { session_start(); }
is there circumstances session_status bypassed?
don't print outputs or write html before using sessions.
Comments
Post a Comment