RE: Sessions without cookies

From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "'Gyozo Papp'" <pgerzson(at)freestart(dot)hu>
Cc: "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org>
Subject: RE: Sessions without cookies
Date: 2001-05-07 01:00:40
Message-ID: 000001c0d691$22c03e00$0200a8c0@server
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Thanks, but does --enable-trans-sid also mean to don't use cookies?

> -----Original Message-----
> From: pgsql-php-owner(at)postgresql(dot)org
> [mailto:pgsql-php-owner(at)postgresql(dot)org] On Behalf Of Gyozo Papp
> Sent: Monday, May 07, 2001 12:38 AM
> To: Christian Marschalek; [PHP] PostgreSQL
> Subject: Re: [PHP] Sessions without cookies
>
>
> --enable-trans-sid means
>
> PHP concatenate transparently a 'SID=...' parameter to each
> relative URL in your HTML output content, therefore you may
> not worry about to do it manually. <A
> href='netxpage.php'>...</A> will work in this form. You can
> check it if view source in your browser.
>
>
> ----- Original Message -----
> From: "Christian Marschalek" <cm(at)chello(dot)at>
> To: "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org>
> Sent: 2001. május 7. 00:21
> Subject: [PHP] Sessions without cookies
>
>
> > How can I make sessions without cookies?
> > The php manual is a bit perplexing on this one...
> >
> > <A HREF="nextpage.php?<?=SID?>">click here</A>
> >
> > First it says the <?=SID?> part is needed when cookies are disabled.
> >
> > Then it says "The <?=SID?> is not necessary, if
> --enable-trans-sid was
> > used to compile PHP"
> >
> > What's the deal? I don't want to use cookies at all... Even
> if I could
> > use em (client has them turned on)
> >
> > Tia!
> >
> > (thanks to all that answered my last few questions;)
> >
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> > (send "unregister YourEmailAddressHere" to
> majordomo(at)postgresql(dot)org)
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Christian Marschalek 2001-05-08 01:21:37 Thank you:)
Previous Message Gyozo Papp 2001-05-06 22:37:44 Re: Sessions without cookies