Question:You are using sessions and session_register() to register objecrts. These objects are serialized automatically at the end of each PHP page and are de-serialized automatically on each of the following pages. Is this true or false?
A True
B False
+ AnswerA
+ Report