0

I use Laravel Framwork for all my php projects, and I am wondering if Laravel 5* store user critical information in session or cookies. I mean in server side or client side.

6
  • Passwords are saved in the Database, whatever that database might be, but not in cookies nor in session. Commented Dec 30, 2016 at 11:54
  • password does not stored in cookies or session. with laravel framework, it will encrypt the password the moment the data is pass into database. Commented Dec 30, 2016 at 11:57
  • read Laravel Authentication Documentation for more details Commented Dec 30, 2016 at 11:58
  • sorry guys I will edit the question so that you could get my point Commented Dec 30, 2016 at 11:58
  • Laravel will store anything whereever you tell it to store it. Commented Dec 30, 2016 at 12:03

1 Answer 1

0

laravel stores uses critical information on sessions

Sign up to request clarification or add additional context in comments.

1 Comment

You may like to cite some source that confirms what you have stated in your answer.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.