RE: RE: Sessions without cookies

Поиск
Список
Период
Сортировка
От Christian Marschalek
Тема RE: RE: Sessions without cookies
Дата
Msg-id 000001c0d8cf$c3c87ca0$0200a8c0@server
обсуждение исходный текст
Ответ на Re: RE: Sessions without cookies  (Andrew McMillan <andrew@catalyst.net.nz>)
Ответы RE: RE: Sessions without cookies  (Grant <grant@conprojan.com.au>)
Список pgsql-php
> We got to a point, however, about two weeks ago where we
> found that we did, after all, need to (try and) maintain
> session state between visits.
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...

Well just my 2 cents;)

Cya


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster




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

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