Im writing a code for a wizard style, step-by-step user creating process. User data is sbumited on each step by small portions, and user is inserted into the db at the last step. In order to save submited data i want to use sessions.
However i think i may get the problem. If i run 2 wizards at one time i may get the data being saved to one session, because of one session for a user.
Bookmarks