Skip to content

Tikam Shah

As Developer

  • Home
  • PHP MYSQL
    • Variables & Superglobals
    • Functions
    • Loops in php
    • Arrays
    • Php Strings
    • Php Date & time
    • Php Mail
    • Errors & Configurations
    • Regular Expressions
    • Session & Cookies
    • htaccess
    • Php Mysql
  • Mysql
  • Linux
    • Apache
  • OOPS PHP

Category: Session & Cookies

What is the default session time and where is it located and how to change it ?

August 15, 2018February 2, 2020Tikam ShahLeave a Comment on What is the default session time and where is it located and how to change it ?

By default the session time in the PHP is 1440 seconds  i.e 24 minutes , and by default the session values are stored in the temporary folder called tmp .…

Read More

What is difference between session and cookies in php ?

February 28, 2018Tikam ShahLeave a Comment on What is difference between session and cookies in php ?

The Session allows you to store the piece of information just as the Cookie but the base difference between them is The SESSION is stored at the server site where…

Read More

What is Cookies and how to set and use Cookies in php ?

February 23, 2018Tikam ShahLeave a Comment on What is Cookies and how to set and use Cookies in php ?

Cookie is the small piece of file that the server embedded in the user’s computer which is often used to identify the user thus it is a mechanism for storing…

Read More

What is session in php ?

February 22, 2018Tikam Shah1 Comment on What is session in php ?

In short session variables is used to stores the user information which can be used across one or multiple pages . By default the session variables last since your are…

Read More




Recent Updates

  • How to copy the files to the remote server using SSH
  • How to export and Import mysql database using command line.
  • Docker Basic Commands
  • Secure Apache with Let’s Encrypt on Ubuntu 18.04
  • Git Commands
  • Steps to Enable Apache Mod_Rewrite (.htaccess) on Ubuntu VPS or Dedicated Server
  • How To Install the Apache Web Server on Ubuntu 18.04
  • How to Create Virtual Hosts in Linux Apache ?
  • How to Calculate Date and Time Difference using date_diff in PHP ?
  • Mktime function in php ?
Copyright @: Tikam Shah by Tikam Shah.