You need to sign in to do that
Don't have an account?
MrTik
Login issues
When my site users login to my public website they have to login twice to get access to the authenticated resources. Is there a way to figure out why this is happening. I believe the login class is pointing to some resource which requires another login?
Can someone help so that the users do not have to login twice.
Thanks,
Can you post more info?
Are you caching pages?
Here is what is happening.
User browses to the site URL. They see the home page. When user tries to navigate to another resource, they are challenged for authentication. User enters valid account information. However the user is again challenged for authentication. When user enters the same information the second time they are allowed to see the resource. There are no page changes.
Any thoughts on what might be going on?
why dont u create a welcome page as login page and make it has single signon.