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
,
2 years ago
What is difference between session and cookie in PHP ?
0
|
0
0
1 answer
Member
irwin
by
irwin
,
2 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?
What is the difference between == and === operator in PHP ?
What is difference between Method overriding and overloading in PHP?
What are the difference between GUI and CLI?
What is the difference between Serializable and parseable?
What is the difference between Html5 application cache and regulate Html browser cache?