Click here to Skip to main content
15,888,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am completing an incomplete webform application built in .NET framework 4.0 using Visual Studio 2013 and using MySQL for storing the user data. My colleague who started to develop the application suddenly left job and now it is my duty to complete the task. For login session he has used the DefaultSessionProvider. I have never handled sessions before so I am totally blind where is the management actually happening and what can I do to update it. Because there is another different application developed by him where he used the same DefaultSessionProvider for session management. So when I try to log in to these two webform applications their sessions are conflictiing, therefore I get logged out from the application when I log in to another. I am stuck with this problem for days. I have searched several times for the solution but could not find a working one. I have changed the application pool for the application in IIS server. I have given those applications two unique names in web.config file but nothing is working out.

Any kind of help will be very much appreciated.

Thanks and Regards,
Kazi Rashedul Haque.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900