function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MrTikMrTik 

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,

RyanGuestRyanGuest

Can you post more info?

 

Are you caching pages? 

MrTikMrTik

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?

krishnagkrishnag

why dont u create a welcome page as login page and make it has single signon.