[PHP] Re: new to sessions, but learning

2005-11-20 Thread Roman Ivanov
I mean, yes they will work across multiple pages. Thy store data locally and re-load it, identifying necessary information by session ID which is stored in cookie on the client side. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: new to sessions, but learning

2005-11-20 Thread Roman Ivanov
matt VanDeWalle wrote: hello, I know session vars work between two pages but will sessions work across 3 and 4 pages or not? Yes. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php