Topic Options
Rate This Topic
#138985 - 10/09/07 06:16 AM Flushing cache on current web window
Carlos Offline
Stealth Member

Registered: 01/24/07
Posts: 82
Loc: London
Hi,
have some workflow where when the user logs into remedy via the web, they have to change their password if it has the expired status.
There is a hidden field on the form that is set with the status when the form is displayed and then fires workflow to present the password change form.
After the user has changed the password they are taken back to the login screen - using "PERFORM-ACTION-EXIT-APP" for this to happen.
Issue is that the session is cached and they then get asked to change their password again even though they have already changed it as the hidden field is not changed in this session.

If they open another browser window, the changes are picked up ok and things work as should be.

Is there a way to flush this current session?, or alternately close this first window completely and open a new window (can open new window using PERFORM-ACTION-OPEN-URL)?
The 'close window' action does not seem to do this.

Cheers
Carl

Top
#139001 - 10/10/07 10:23 AM Re: Flushing cache on current web window [Re: Carlos]
Carlos Offline
Stealth Member

Registered: 01/24/07
Posts: 82
Loc: London
no takers on this one?

Top
#139007 - 10/10/07 02:03 PM Re: Flushing cache on current web window [Re: Carlos]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Just no idea or not possible \:\)
_________________________
Vincent.

Top
#139011 - 10/11/07 08:31 AM Re: Flushing cache on current web window [Re: Vincent_RIEDWEG]
Carlos Offline
Stealth Member

Registered: 01/24/07
Posts: 82
Loc: London
\:\)

Top
#139028 - 10/16/07 08:55 AM Re: Flushing cache on current web window [Re: Carlos]
Carlos Offline
Stealth Member

Registered: 01/24/07
Posts: 82
Loc: London
Issue sorted, it was a proxy server causing all the grief.

Top