Posted by Pedro Graca on 09/27/23 11:37
camou wrote:
> I get this error message: A session had already been started - ignoring
> session_start().
>
> How can I check to see if a session was started already?
if (!session_id()) {
/* session not started */
}
--
If you're posting through Google read <http://cfaj.freeshell.org/google>
Navigation:
[Reply to this message]
|