Sessions without cookies

From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org>
Subject: Sessions without cookies
Date: 2001-05-06 22:21:58
Message-ID: 000101c0d67a$f72316c0$0200a8c0@server
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

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;)

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Gyozo Papp 2001-05-06 22:37:44 Re: Sessions without cookies
Previous Message Gyozo Papp 2001-05-05 16:09:10 Re: PHP calling PHP?