Last updated
Last updated
Laravel like Session class
put() - Example of adding key & value to Session
get() - Example of getting a value from Session
has() - Example of adding checking a value is exist or not
return | Boolean
forget() - Example of adding key & value to Session