Many times we have created url for anonymous user but when authenticated users access anonymous url , portal session is completely lost.
Soluation
There is a configuration you can set to ensure that authenticated requests to /wps/portal get redirected to /wps/myportal.
http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1/index.jsp?topic=/com.ibm.wp.ent.doc_v6101/admin/srvcfgref.html
Look for
uri.home.substitution = (false)
Determines whether a public URL should be translated to a protected URL if a user session exists
set this value true in WAS console
Restart server
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment