This happens whenever I try to session_start(). If I try to session_destroy(), same warning occurs, and then tells me that I tried to destroy an uninitialized session. There are absolutely no session information stored in the database, what can I be doing wrong?
Warning: Constant sid already defined in d:\silviot\phpapps\dcat\\application.php on line 16
Warning: Cannot send session cache limiter - headers already sent (output started at d:\silviot\phpapps\dcat\\application.php:16) in
d:\silviot\phpapps\dcat\\application.php on line 16
SCT