Re: [PHP] session without cookies

2001-01-27 Thread bill

I use $PHP_SESSID as a hidden variable in my forms, but when people turn off
cookies, I get

Warning: Failed to write session data (files). Please verify that the current
setting of session.save_path is correct (/tmp) in Unknown on line 0

The path looks fine and is writeable.  But no session data is saved.

I'm stumped.

kind regards,

bill

Richard Lynch wrote:

  i use the session-functions with php4 and everything works fine.
  but if a visitor turns off cookies nothing seems to work..
 
  is there a way to support a sessionid with cookies and thru the url ?

 Yes.  Compile PHP --with-trans-id (?) or just echo $PHP_SESSID (or whatever
 it is) into all your URLs and FORMs.

 --
 Visit the Zend Store at http://www.zend.com/store/
 Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
 Volunteer a little time: http://chatmusic.com/volunteer.htm

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] session without cookies

2001-01-26 Thread Richard Lynch

 i use the session-functions with php4 and everything works fine.
 but if a visitor turns off cookies nothing seems to work..

 is there a way to support a sessionid with cookies and thru the url ?

Yes.  Compile PHP --with-trans-id (?) or just echo $PHP_SESSID (or whatever
it is) into all your URLs and FORMs.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] session without cookies

2001-01-26 Thread Chris Lee

compile with --enable-trans-sid

works great for me :)

Chris Lee
Mediawaveonline.com




[EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 hi..

 i use the session-functions with php4 and everything works fine.
 but if a visitor turns off cookies nothing seems to work..

 is there a way to support a sessionid with cookies and thru the url ?

 thanks

 markus


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] session without cookies

2001-01-25 Thread tassilo

hi..

i use the session-functions with php4 and everything works fine.
but if a visitor turns off cookies nothing seems to work..

is there a way to support a sessionid with cookies and thru the url ?

thanks 

markus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]