Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] sessions (again!) From: Richard Lynch (richard <email protected>)
Date: 07/03/00

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>