php-general | 2000071
Date: 07/03/00
- Next message: Nold, Mark: "[PHP] RE: HTML Table into 2D array"
- Previous message: Richard Lynch: "Re: [PHP] Netscape Trouble"
- In reply to: Lez Lytollis: "[PHP] sessions (again!)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <04b601bfe4e6$caf1abb0$33974798 <email protected>>,
lez.lytollis <email protected> ("Lez Lytollis") wrote:
> I have been following the various threads on sessions and read the suggested
> articles. What I still don't understand is how to get a session variable to
> update on page refresh without setting a cookie. Do I need to compile
> with --transid to do this?
The cookie gets set by PHP. If the user refuses the cookie, you need
--transid, or to embed the SID by hand in your URLs/FORMs
-- Richard Lynch | If this was worth $$$ to you, buy a CD US Customer Support Director | from one of the artists listed here: Zend Technologies USA | http://www.L-I-E.com/artists.htm http://www.zend.com | (this has nothing to do with Zend, duh!)-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Nold, Mark: "[PHP] RE: HTML Table into 2D array"
- Previous message: Richard Lynch: "Re: [PHP] Netscape Trouble"
- In reply to: Lez Lytollis: "[PHP] sessions (again!)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

