[PHP] Acessing session vars

2003-08-15 Thread Ed Curtis
I just started using sessions and am having some trouble understanding how to pull values out of sessions to use in another page. I set the values as: session_start(); session_register{'magazine'); session_register('company'); The data is saved as a session because I can read the file located

Re: [PHP] Acessing session vars

2003-08-15 Thread CPT John W. Holmes
From: Ed Curtis [EMAIL PROTECTED] I just started using sessions and am having some trouble understanding how to pull values out of sessions to use in another page. I set the values as: session_start(); session_register{'magazine'); session_register('company'); The data is saved as a