₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,361 members, 8,426,235 topics. Date: Saturday, 13 June 2026 at 10:18 PM

Toggle theme

Session In PHP - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingSession In PHP (718 Views)

1 Reply

Session In PHP by maekhel(op): 8:27pm On Nov 05, 2014
Today, we will be looking at session in PHP.
Session is a way to store information in variables to
be used a crossed multiple pages. Session can be
useful when you want to pass information across
multiple pages and you want the information stored
on the server. A simple session can be illustrated
when you open an application, makes some
changes then closes it. This process (opening,
changing and closing of the application) represent a
complete session.
Using Session In PHP
Before you can use session in PHP, you must first
start a session. This can be done using the
session_start(). This function must be called before
any HTML is sent to the browser. So it is advisable
to always start your session immediately after the
PHP opening tag.
continue reading: http://tutorialslodge.com/session-php/
1 Reply

Practical Use Of Session In PHPOnline Shopping System In Php Documentation HelpRunning Python Codes In Php234

Engineering is still scienceUser Interface DesignOnline Applicaion