Handling Session_Start and Session_End events - global.asax - SharePoint
- by NLV
Hello
I want to perform few tasks during Session_Start and Session_End (when user logs in and logs out) through custom code. Where should i write it? Is it possible by writing a code behind for global.asax? Will it break anything?
Thank you