Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Menu
session_start « Cookie Session « PHP
PHP
Cookie Session
session_start
1.
2.
Encode all session data into a single string and return the result
3.
Session running
4.
Session starter
5.
Sessions with register_globals on or off in session_test.php
6.
session_start() checks to see if a session has started, and if not, it starts one.