Click here to Skip to main content
15,893,663 members

Comments by Kunjammu (Top 91 by date)

Kunjammu 19-Feb-16 6:51am View    
in my global.asax page i have given like below

GlobalFilters.Filters.Add(new GAFilter());
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);

in My GA Filter class
public override void OnActionExecuting(ActionExecutingContext filterContext)
{
}

In the above function how can i check the session. can you please advice
Kunjammu 19-Feb-16 6:11am View    
not in a single page. after logout if we type any url of that site should redirect to login page. is there any method for doing globally
Kunjammu 19-Feb-16 6:03am View    
is this can done globaly
Kunjammu 19-Feb-16 6:02am View    
after logout some other person use the system and can see the url rignt?
it will be an issue? I am trying to solve this
Kunjammu 5-Dec-14 2:43am View    
mY APP CONFIG FILE IS UPDATED IN MY QUERY

I AM USING LOCALHOST

PLZ HELP ME