|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
session cache limiter - headers sent
hi
Warning: Cannot send session cache limiter - headers already sent (output started at /home/hosted/pcm/uklinux.net/research.php:8) in /home/hosted/pcm/uklinux.net/class.security.php on line 183 has anyone got an idea what this means? |
|
#2
|
|||
|
|||
|
You can't send a raw http header after you've already sent output to the browser. If you're sending headers, make sure you do it BEFORE you give the browser any data to render.
|
|
#3
|
|||
|
|||
|
i'm pretty sure that that means that you must insert the following coding as the first lines (i.e., before ANY OTHER CODING on the page)
PHP Code:
__________________
-Alexander |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > session cache limiter - headers sent |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|