I have a page to register users information for request submitting.I want to save the user's information entered by user in each window individually and in a dedicated session for each browser window. I searched Google and stackoverflow but did not get a good result.
How should I generate unique session for every browser window by PHP?If set session with manual sessid is more secure?