Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to Deleting Session Data in Laravel ?

Answer Posted / amit khanna

The forget() method is used to delete an item from the session.
This method will take key as the argument.

Syntax : $request->session()->forget('key');

Use flush() method instead of forget() method to delete all session data.
Use the pull() method to retrieve data from session and delete it afterwards.
The pull() method will also take key as the argument.
The difference between the forget() and the pull() method is that forget() method will not return the value of the session and pull() method will return it and delete that value from session.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I disable csrf protection in laravel?

824


What is routing and how, and what are the different ways to write it?

926


Name the first file that loaded in laravel?

797


Is any server permissions required for laravel?

779


Explain important directories used in a common laravel application.

776


What is facades in laravel?

775


What is csrf protection in laravel?

892


Please explain the difference between laravel and codeigniter?

770


Explain Laravel - Event Handling ?

1613


How to check if value is sent in request?

757


What do you mean by binding in laravel?

736


How do I seed my database for column that is a foreign key referencing to other table?

714


Write code to upload a file in laravel 5?

752


What is csrf_field () in laravel?

798


what is Blade ?

1511