04-12-04 05:34 PM
Hi bongsuyo,
I think your question is related to integrate normal web app with portal .
Looks no way share portletRequest session data (Paramters or Attributes)
with other web app's httpRequest session data, but if you deployed noraml
web app on WebSphere_Portal node, then
the sessionId value can be same (you can use it to do some sercurity work).
Other way, you also can write some servlet inside portlet war file.
Hope can help you a little.
"bongsuyo" <bongsuyo@firemail.de> wrote in message
news:484092820.1081734467083.JavaMail.wasadmin@swg3ws006...
> Hi,
>
> Is there a way to pass the portlet session to the http session? I tried
casting the portlet session as http session but it gives me a Class Casting
Exception error.
>
> What I intend to do is to pass my session data from the portlet session to
the http session, whereby, i can reuse the data.
>
> Is this possible? Help is greatly appreciated. Thanks.
[ Post a follow-up to this message ]
|