User-510141866 posted
Hi to All!
I have to create one Classlibrary project to handle the multiple session.
In web project, we will add that session_proj.dll as reference.
in global.asax file call the method as obj.Start(); in session_start() event. obj.Stop() method in session_end() event;
in Start() method capture the session starting time and in Stop() method capture the session stop time. And save it in database with few other values.
using Guid to identify the each session from different user and different browser.
The problem is in Stop() method ,it shows session is null.
Thanks