Hello Everyone,
I am trying to develop a web application that users can only log in from one machine at a time. just like XBox live. I have a custom Session state provider using MySQL Database as a Data store, and I believe the SessionStateModule is the class that manages this custom data store.
The problem that i have is: The session is initialized and a session ID is provided but the sessionstatemodule constainly updating the expiration date in the Data store which prevents the aspx page from loading.
Can anyone help, PLEASE...