|
Home > Archive > WebSphere HATS > June 2005 > Close HATS session
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 |
Close HATS session
|
|
| Gorden MR 2005-06-05, 5:45 pm |
| Hi!
We are using HATS in a Websphere Portal Environment. If the User leave the
page with the open HATS session, this session will keep open by default
until the user terminate the http-session.
So how can I close all HATS sessions of the user http session? - but not
with the /entry?COMMAND=disconnect call, because the HATS portlet doesn't
exists on the other pages.
Thanks
| |
| Rolf Wiest 2005-06-23, 7:45 am |
| declare on the start.evnt a variable like "first=true"
on the first screen after the start of the application compare in the
screen detection "first=true". If yes, set "first=false" in the action tab
of this
screen. Create a second screen event for the same screen and compare
this with "first=false". If yes, set in the action tab "disconnect" so if
the user make a logoff of the application he is automatically disconnected.
regards
R. Wiest
rwiest@de.ibm.com
"Gorden MR" <gorden.mueller-rehaag@kuehne-nagel.com> schrieb im Newsbeitrag
news:d6urik$52u4$1@news.boulder.ibm.com...
> Hi!
>
> We are using HATS in a Websphere Portal Environment. If the User leave the
> page with the open HATS session, this session will keep open by default
> until the user terminate the http-session.
>
> So how can I close all HATS sessions of the user http session? - but not
> with the /entry?COMMAND=disconnect call, because the HATS portlet doesn't
> exists on the other pages.
>
> Thanks
>
>
|
|
|
|
|