Re: Sessions without cookies - Mailing list pgsql-php

From Gyozo Papp
Subject Re: Sessions without cookies
Date
Msg-id 015b01c0d67d$3f61bd40$0848c5d5@jaguar
Whole thread Raw
In response to Sessions without cookies  ("Christian Marschalek" <cm@chello.at>)
Responses RE: Sessions without cookies  ("Christian Marschalek" <cm@chello.at>)
List pgsql-php
--enable-trans-sid means

PHP concatenate transparently a 'SID=...' parameter to each relative URL in your HTML output content, therefore you may
notworry 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@chello.at>
To: "[PHP] PostgreSQL" <pgsql-php@postgresql.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@postgresql.org)


pgsql-php by date:

Previous
From: "Christian Marschalek"
Date:
Subject: Sessions without cookies
Next
From: "Christian Marschalek"
Date:
Subject: RE: Sessions without cookies