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
RanjithVPunneliRanjithVPunneli 

Customer Portal Log Out

Hi all,

 

I have a requirement to redirect to different force.com site pages based on customer portal user's language after loggin out.

 

As far as I know, we can set only one url in Log Out url field of customer portal. Also, I don't want to hardcode actual force.com site/prefix/redirect page. If hardcode this value, I have to again change these values in my sandboxes.

 

Any ideas on how to redirect to appropriate site page by passing language parameter and not harcoding.

 

Help really appreciated.

 

Thanks,

R

bob_buzzardbob_buzzard

Could you send them to an open visualforce page with the language passed as a parameter, then have that page send them to their final destination page.