Posted by Steve on 09/26/32 11:37
On Tue, 17 Jan 2006 00:17:03 +0000, Pedro Graca wrote:
> 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 */
> }
I thought it was
if (session_id() == "")
{
/* session not started */
}
Steve
Navigation:
[Reply to this message]
|