I was planning to create guest login which composed of
- nickname
- button submit
The problem: If the user1 choose his nickname as "KAKA", the other user can't use the nickname "KAKA"(In other browser) because its was already been taken.
The scenario goes like this.
In a browser, if user1 will have to login, it will be stored his nickname into a session variable.
On the other side.If user2 wants to login (In other browser), she/he can't login because of the same nickname.