Re: session_is_started() - Mailing list pgsql-php

From Tin
Subject Re: session_is_started()
Date
Msg-id c55cne$2oud$1@news.hub.org
Whole thread Raw
In response to session_is_started()  (Joolz <joolz@xs4all.nl>)
Responses Re: session_is_started()
List pgsql-php
Joolz wrote:
> I would like something like
>
> if (!session_is_started()) { // note: this function doesn't
> exist
>   session_start();
> }

  Hi,

  this is not really a postgres-related question, but what the
heck. Use session_id to detect if a session is started or not.
See: http://hr2.php.net/manual/en/function.session-id.php for an
example (user-contributed, at the bottom of the page).


pgsql-php by date:

Previous
From: Joolz
Date:
Subject: Re: session_is_started()
Next
From: "Yasmine Kedoo"
Date:
Subject: Relating Tables - Search & Display