|
Home > Archive > WebSphere Portal Server > June 2006 > portlet accessed by anonymous user using JSF
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
portlet accessed by anonymous user using JSF
|
|
|
| I am writing a portlet that will be used by anonymous users. I am writng this portlet using JSF components.
Problem is when I submit a page, it just dies with the error message
'Response is already commited to client. Session cookie cannot be set'
All the managed beans I am using is of request scope, and I have used the page directive <%@page session="false"%> on all my JSP's so that no where in my code I am creating a session.
Above code works if i turn on session for anonymous users. I would like to do this without doing that. Anyone help highly appreciated
| |
| yurykats 2006-06-29, 1:22 pm |
| JSF implementation requires the Session to be present. You need to configure Portal so that it creates Session for anonymous access.
|
|
|
|
|