I am trying to end a task and continue proces flow to anothre
web-application (for registration) that does not use the block, and uses
normal aspx pages. However, when I redirect, or meta-refresh to the new
site, i Always get the 'session moniker' problem where it wants to see a
webformview page, and not a normal page :(
ive tried, OnEndTask() in the controller just before i load the new app etc,
it doesnt seem to help. any ideas guys?

Signature
Matt Swift
------------------------
Developer , S-Cool Ltd
+447966670029
matt.swift@s-cool.co.uk
matthewswift@hotmail.com
Robert Koritnik - 25 May 2004 18:09 GMT
What exactly do you do? How do you redirect? Response.Redirect? That should
normally work.
Session moniker problems may apear, when your Session expires IN the
application that uses UIPAB. So tell us exactly what do you call redirect to
another APP?

Signature
RobertK
{ Clever? No just smart. }
> I am trying to end a task and continue proces flow to anothre
> web-application (for registration) that does not use the block, and uses
[quoted text clipped - 4 lines]
> ive tried, OnEndTask() in the controller just before i load the new app etc,
> it doesnt seem to help. any ideas guys?