Just make sure that there is no way a script can exit without calling
'page_close()' so that the data makes it to your container.
Was written:
>When using session_start () over alot of pages, do i need to reregister the origional
>>session?
>example:
>
>page1:session_start();
> session_register('data');
>
>page2:session_start();
>
>page3:session_start();
> session_register('data');
>
>new to sessions, (no really), so thanks for the help, ill be going through the manual
>>while I wait :-)
>
>Shawn
--
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]