Author Topic: How to initiate a session in PHP?  (Read 58 times)

Makoo

  • Hero Member
  • *****
  • Posts: 725
  • Welcome to Digital Marketing Forum!
    • View Profile
Re: How to initiate a session in PHP?
« on: February 03, 2022, 10:07:13 am »
A Session is a method of storing temporary data within web browser. A session is temporary by nature and can be used to store temporary state information, or a set of user interface parameters across page requests. Sessions are of particular interest to web developers given the applications of cookies to HTTP, where each browser request sends the cookie back to server with each request. There are also security benefits to using sessions. Cookies are often encrypted using SSL, while sessions typically use transport-layer encryption; therefore a session can be considered somewhat more secure than a cookie (especially if the server is configured properly).

 

Digital Marketing Forum is a do-follow forum, post and discuss IT topics here and get dofollow signature. Discuss about SEO, SMO, Directory Submission, 301 redirection, robots, social bookmarking, Web design and development.