Posts by Alan Bessa • 31 points
2 posts
-
1
votes2
answers906
viewsA: Logoff with database registration and cookie deletion behind Session_end() in Global.asax
After much research, I’ve come to the conclusion that it’s impossible to accomplish logoff the way I perform on the button through the Session_End(). The way I cleaned up cookie after the event of…
-
2
votes2
answers906
viewsQ: Logoff with database registration and cookie deletion behind Session_end() in Global.asax
I need help with a project I’ve been racking my brain about for two days. I’m using Microsoft C# MVC5 technology and framework 4.5, I also use Entity Framework 6 with Repository Pattern, Unit of…