Session Variables

f1.jpgSession variables are similar to cookies. They are employed to store information for a precise period of time. When the client makes any demand, the data stored in the session variable can be accessed by PHP any number of times awaiting  the session has ended. Variables can be used to pass information from one page to another without using a query string, since it is easy to maintain and retrieve.

Comments are closed.