Store video session within session or php cookie

1

How do I store the time of viewing a video (html5) in a session or cookie with php?

The idea is to create a mini video platform, and store the runtime inside a session | cookie, and when the user sees it again, start from where it left off.

OBS: Reference to get the current time of the video in w3schools

link

    
asked by anonymous 01.04.2016 / 19:09

0 answers