Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

What Is a Session
(1 viewing) (1) Guest
All your queries regarding
PHP Installation,
Binding Apache-PHP-MySQL,
and tonnes more... will be solved in this forum
  • Page:
  • 1
TOPIC:

What Is a Session

What Is a Session 1 year, 9 months ago #159

  • shama
  • OFFLINE
  • Senior Boarder
  • Posts: 63
  • Karma: 0
What Is a Session?

Re:What Is a Session 1 year, 9 months ago #162

  • dhuruv
  • OFFLINE
  • Senior Boarder
  • Posts: 60
  • Karma: 0
A session is a logical object created by the PHP engine to allow you to preserve data across subsequent HTTP requests.

There is only one session object available to your PHP scripts at any time. Data saved to the session by a script can be retrieved by the same script or another script when requested from the same visitor.

Sessions are commonly used to store temporary data to allow multiple PHP pages to offer a complete functional transaction for the same visitor.

Re:What Is a Session 1 year, 8 months ago #192

  • Data Recovery
Hi,

Here is the link that simply and completely provides you the entire tutorial to learn php sessions.

Thanks
Britt
[Data Recovery Software]
Last Edit: 1 year, 4 months ago by .
  • Page:
  • 1
Time to create page: 2.56 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download