[PHP] chicken and egg problem with SID

2001-08-21 Thread Egan
I have a multi page sequence of input forms tied to a session. It works perfectly with cookies. But I also want to make it work without cookies, using: php_value session.use_cookies 0 php_value session.use_trans_sid 1 in my .htaccess file, to use the SID support provided by PHP. When

RE: [PHP] chicken and egg problem with SID

2001-08-21 Thread Johnson, Kirk
PROTECTED] Subject: [PHP] chicken and egg problem with SID I have a multi page sequence of input forms tied to a session. It works perfectly with cookies. But I also want to make it work without cookies, using: php_value session.use_cookies 0 php_value session.use_trans_sid 1