1.

How You Will Define A Session ?

Answer»

A Session is a method to store some DATA to be used across multiple pages. In technical terms it is a logical object that is stored in the SERVER to HELP you store data and can be ACCESSED across multiple HTTP requests. Session is ALWAYS temporary based on the session timeout set in your Apache Server.

A Session is a method to store some data to be used across multiple pages. In technical terms it is a logical object that is stored in the server to help you store data and can be accessed across multiple HTTP requests. Session is always temporary based on the session timeout set in your Apache Server.



Discussion

No Comment Found