Student Reviews
( 5 Of 5 )
1 review
Video of Session Based Authentication - Session Hijacking & Fixation - Build Expense Tracker App With PHP 8 in PHP Native course by Program With Gio channel, video No. 106 free certified online
In this video we build the basic session based user authentication. We also touch on couple of security topics like session hijacking & fixation as well as some session cookie options.
SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
Smash the like button
Subscribe to the channel & turn the notifications on
Post comments, any feedback is greatly appreciated
Become a Patreon: https://www.patreon.com/programwithgio
THANK YOU!
TOOLS & SERVICES I USE
Digital Ocean Hosting - Get 100$ credit - https://m.do.co/c/38b935ad74e5
Domains on Namecheap - https://namecheap.pxf.io/rnRjdQ
Envato Elements - https://1.envato.market/c/2937311/298927/4662
LESSON P.5
Starting Source Code - https://github.com/ggelashvili/expennies/tree/P5_Start
Ending Source Code - https://github.com/ggelashvili/expennies/tree/P5_End
Course Outline - https://github.com/ggelashvili/learnphptherightway-outline
Course Playlist - https://www.youtube.com/playlist?listPLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe-
RESOURCES
Sessions Lesson - https://www.youtube.com/watch?v6vM-9ou1ARo
TABLE OF CONTENTS
00:00 - Intro
01:16 - Protect routes using auth middleware
03:59 - Authenticate user using sessions
08:44 - Session Hijacking & Fixation
10:42 - How to protect app against session hijacking & fixation
12:02 - Cookie options & configuration
15:37 - Guest middleware
16:51 - Outro