Re: [PHP] Sessions: watertight?

2002-07-18 Thread 1LT John W. Holmes
- Original Message - From: "PHPCoder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "php-general" <[EMAIL PROTECTED]> Sent: Thursday, July 18, 2002 6:18 AM Subject: Re: [PHP] Sessions: watertight? > Thanks > OK, I have checked my php

Re: [PHP] Sessions: watertight?

2002-07-18 Thread Justin French
on 18/07/02 7:39 PM, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > PHP is capable of doing this transparently when compiled with > --enable-trans-sid. If you enable this option, relative URIs will be changed > to contain the session id automatically. It's worth pointing out that enable-trans-si

Re: [PHP] Sessions: watertight?

2002-07-18 Thread PHPCoder
either of the form session_name=session_id or is an empty >string. >[/quote] > >Regards >Joakim Andersson > > >>-----Original Message- >>From: PHPCoder [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, July 18, 2002 11:17 AM >>To: php-general >>Su

RE: [PHP] Sessions: watertight?

2002-07-18 Thread joakim . andersson
> From: Jason Wong [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 18, 2002 11:46 AM > > Joakim, please don't take offence, I know you're being helpful but ... None taken. > ... do we really need quotes from the manual? You've already > given the pointer > which is sufficient in itself for

Re: [PHP] Sessions: watertight?

2002-07-18 Thread Jason Wong
On Thursday 18 July 2002 17:39, [EMAIL PROTECTED] wrote: Joakim, please don't take offence, I know you're being helpful but ... > Taken straigh from the manual: > (http://www.php.net/manual/en/ref.session.php) > > [quote] > There are two methods to propagate a session id: [snip] ... do we real

RE: [PHP] Sessions: watertight?

2002-07-18 Thread joakim . andersson
18, 2002 11:17 AM > To: php-general > Subject: [PHP] Sessions: watertight? > > > Hi > I'm doing some reading on sessions and how it works etc, and have a > concern (which is probably fed by my ignorance on the topic). > The couple of "simple session examples&quo

[PHP] Sessions: watertight?

2002-07-18 Thread PHPCoder
Hi I'm doing some reading on sessions and how it works etc, and have a concern (which is probably fed by my ignorance on the topic). The couple of "simple session examples" I have found in the PHP/MySQL book by Luke Welling & Laura Thompson gives a simple 3 page session example where the sessio