0
How do I fix (warning: session_start() : Cannot send session cache limiter) on my php script???
2 Answers
+ 2
Hi! youre already sending a header thats why youre getting that error! If you only have one script file make sure session_start() is the first line of code in your script after <?php, remove any white space, if itâs in an html file check if itâs on top of <!Doctype htlm>.
+ 1
thanks. I fixed it and am all cheers