Re: session_is_started()

Поиск
Список
Период
Сортировка
От Tin
Тема Re: session_is_started()
Дата
Msg-id c55cne$2oud$1@news.hub.org
обсуждение исходный текст
Ответ на session_is_started()  (Joolz <joolz@xs4all.nl>)
Ответы Re: session_is_started()  (Joolz <joolz@xs4all.nl>)
Список 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 по дате отправления:

Предыдущее
От: Joolz
Дата:
Сообщение: Re: session_is_started()
Следующее
От: "Yasmine Kedoo"
Дата:
Сообщение: Relating Tables - Search & Display