RE: [PHP] Sessions: watertight?

2002-07-18 Thread joakim . andersson
Taken straigh from the manual: (http://www.php.net/manual/en/ref.session.php) [quote] There are two methods to propagate a session id: - Cookies - URL parameter The session module supports both methods. Cookies are optimal, but since they are not reliable (clients are not bound to accept

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 really

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 any

Re: [PHP] Sessions: watertight?

2002-07-18 Thread PHPCoder
Thanks OK, I have checked my phpinfo(); and the *session.use_trans_sid* = 1 ; *session.use_cookies =* On, so I'm not sure if I need to turn the cookies bit off, but I would think it not to be necessary. ; So, I can't see why the URL's aren't changed on my pages... Now, something to

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-sid

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 phpinfo(); and the *session.use_trans_sid* = 1