RE: RE: Sessions without cookies

Поиск
Список
Период
Сортировка
От Grant
Тема RE: RE: Sessions without cookies
Дата
Msg-id Pine.LNX.4.21.0105100856550.7933-100000@webster.conprojan.com.au
обсуждение исходный текст
Ответ на RE: RE: Sessions without cookies  ("Christian Marschalek" <cm@chello.at>)
Список pgsql-php
> You can save the session info in a database also... No explicit need for
> cookies:) You should never rely on them since you many people could be
> behind a firewall that just filters them out and they have no chance to
> change that fact. The same goes with javascript...

Saving session information in a database is more overhead.

Note: Session variables are server side, stored in a file on the
webserver named the same as the session ID.


В списке pgsql-php по дате отправления:

Предыдущее
От: "Christian Marschalek"
Дата:
Сообщение: Strange 2 ignore my last message..... Problem solved =)
Следующее
От: "Mitch Vincent"
Дата:
Сообщение: Re: RE: Sessions without cookies