Q&A
Questions
Tags
Login
Sign up
Questions
/ What is the purpose of the session_start() function?
0
What is the purpose of the session_start() function?
Asked 2 months ago · Viewed 1 times
It starts a new session or resumes an existing one based on a session identifier passed via a GET or POST request, or a cookie.
php
session
Bookmark
Report
asked by
chance
No comments yet.
Comment
1 Answer
0
It starts a new session or resumes an existing one based on a session identifier passed via a GET or POST request, or a cookie.
answered 2 months ago by
chance
No comments yet.
Comment
Your Answer
Post Your Answer
No comments yet.