I would like to open different tabs with different session but currently I did not found any procedure?
I have searched my methods but did not found any solution
I would like to open different tabs with different session but currently I did not found any procedure?
I have searched my methods but did not found any solution
LocalStorage and SessionStorage are the two features of HTML5 which can be used for multiple session in different tabs and every Tab will have different session key and session will be destroyed when tab closed.