cache control

Prosim vas, neviete co je toto za chybu a ako ju odstranim?

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /3w/wz.cz/b/betty-lubos/index2.php:83) in /3w/wz.cz/b/betty-lubos/index2.php on line 84

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /3w/wz.cz/b/betty-lubos/index2.php:83) in /3w/wz.cz/b/betty-lubos/index2.php on line 84

Co som z toho pochopil, ze asi cache pre session je preplnena, neviem. poradte mi pliz. :) dakujem.

dxx
Odstrániš to tak, že session_start zavoláš ako prvý príkaz na úplnom začiatku.

http://sk2.php.net/session_start:
Note: If you are using cookie-based sessions, you must call session_start() before anything is outputted to the browser.
proste pred session_start, header a cookie nesmie byt vystup ... este mozes pouzit OB
http://php.net/manual/en/ref.outcontrol.php
jop, diky, pomohlo to, musim uznat ze doteraz som sa s touto nestretol a to session pouzivam dost casto :)

dxx