Tag: Headers already sent

PHP sessions problem

Below are some of the common problems faced by beginners while using sessions in PHP. Headers already sent This is the most commonly faced error is also the easiest to fix. Lets first see what a typical HTTP response looks like. As can see from the image headers always precede (come before) the content. The …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/php-sessions-problem/