I search on this but could not find useful for me or i did't understand if there were any .
I went through one page that has help for .net but i couldn't understand that to follow for laravel .
I want the certain page to be open in only one tab and wouldn't open in another tab if one tab is active . I have upload form in that page and first user enter text field to upload and on clicking save and continue user move to next tab in nav-tab which contain dropzone form to input image and video file . On going to next tab all input text field which are inputed are stored in session .
So if user open another browser tab and open that page and input that field to upload other file , the session variable get overwrite .
So i want that user limited to only one tab for that page only .
Sorry if my poor English made hard to figure my problem .