Ask Question
Sign In
Sign Up
Home
Sign In
Sign Up
Home
>
Technology
>
What is difference between session and cookie in PHP ?
Books
Business
Design
Economics
Education
Marketing
Sports
Technology
Category
Books
Business
Design
Economics
Education
Marketing
Sports
Technology
What is difference between session and cookie in PHP ?
New message
Member
zella
by
zella
,
in category:
Technology
,
3 years ago
What is difference between session and cookie in PHP ?
0
|
0
0
1 answer
Member
irwin
by
irwin
,
3 years ago
Session and cookie both are used to store values or data.
cookie stores data in your browser and a session is stored on the server.
Session destroys that when browser close and cookie delete when set time expires.
0
|
0
0
Related Threads:
What is difference Between PHP 5 and 7?
How to register a variable in PHP session ?
What is the difference between == and === operator in PHP ?
What is difference between Method overriding and overloading in PHP?
How to set and get Session in Symfony2?
What is the difference between Serializable and parseable?