Posted on: 7/18/2014 3:36:19 PM | Views : 533

Hello Everyone,
My name is Georges, and I am a developer 1, seeking a lot of passionate experience in ASP.NET.
I am currently developing an asp.net (c#) application and I would like this application to perform a couple of things for me.
To manage user sessions with a MySQL database. So, I attempted to implement a Session State Store Provider (with the help of http://msdn.microsoft.com/en-us/library/vstudio/ms178589(v=vs.100).aspx) and all I did was converting the database queries from MS SQL to MySQL. Apparently, That was not enough to execute the task I intended. When I ran the application, it will create a new session and store the session ID in MySQL Database as I had intended. But, the application will freeze because it is too busy updating the session Expiration date in the Database every second. From a few research, the session state module ...

Go to the complete details ...