Hello,
I build a question game for my client works on intranet. ASP.NET FW4.0 and Ajax Toolkit has used.
Gamers (clients) enters their personel numbers and starts the game. A single aspx page with a timer control gets random 10 question from the sql database and 4 answer for every question.
There is a Pass and 50% button and can only clicked once in the game.
A hidden timer value counts the time by a timer control and updates the label inside the UpdatePanel
A second Update panel contains the questions and after the time ends it shows a summary.
The problem is, this game can played only from one client. When a second client starts to play the game, it fails.
The timer starts from beginning again and if one of the players clicks the Pass or 50% button all the other players affects from this.
How can i isolate games? Why does it not store all this information in a Session or something else?
Maybe there is a configuration in Web.Config or IIS?
Please help, it is very urgent. The game will start on Monday.