From: | "Dan Wilson" <phpPgAdmin(at)acucore(dot)com> |
---|---|
To: | "Christian Marschalek" <cm(at)chello(dot)at> |
Cc: | "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org> |
Subject: | Re: RE: Sessions without cookies |
Date: | 2001-05-09 16:22:35 |
Message-ID: | 001801c0d8a4$41b4ad90$523987cf@corp.peoplesoft.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
: > You should note that even with the --enable-trans-sid, PHP
: > will still try and use a single cookie. If the user does not
: > accept the cookie, then it is automagically passed in the
: > URL. However, if the user accepts the cookie, then it will
: > use that to keep track of the session rather than the URL re-writing.
: Thanks... But I still need to find a way how I can completely get rid of
: the cookies.
Why? If the user accepts the cookie, then they don't have a problem with
it. If the user doesn't then it uses other functionality (URL re-writing).
I don't see any problem with that. Leave it up to the user to decide how
they want PHP to keep track of their session.
-Dan
From | Date | Subject | |
---|---|---|---|
Next Message | Christian Marschalek | 2001-05-09 16:41:26 | RE: RE: Sessions without cookies |
Previous Message | Christian Marschalek | 2001-05-09 12:21:24 | RE: RE: Sessions without cookies |