Currently Browsing: Code Snippits

Session Handling in .NET

As a developer, one of the issues I’ve had during coding was remembering all the sessions I have created. I may have created a temporary session that gets used between a few pages or I may have a session that exists throughout the website for a long period of time. The difficult part is...
Read More of Session Handling in .NET