Anas Ghanem

<ItemTemplate ".Net Tips" runat="Weblogs.asp.net" Country="Palestine" />

Browse by Tags

All Tags » ASP.NET » Security (RSS)
Sorry, but there are no more tags available to filter with.
Preventing the Deleted Users from logging to your site
while working with Forms Authentication and Membership services , if the user selects " remember me " check box in the login dialog ,the runtime will create a persistent authentication cookie for him, the persisted cookie is responsible to keep the user...
Posted: Apr 18 2008, 11:30 PM by anas | with 2 comment(s)
Filed under: ,
Redirecting the Users to different pages based on there roles
while working with login control , you can redirect the users to a different pages base on there roles , to do this , you need to handle theLoggedIn event for login control which is fired after the user logged in successfully , Assume we have 2 roles...
Posted: Apr 12 2008, 09:19 PM by anas | with 5 comment(s)
Filed under: ,
More Posts