Ticket #297 ( Pending Customer )

Short Description How to end session and redirect to another page
Entered By: am2782 When: 1999-05-12 11:50:30 Build: 1.03.xe
Categories Type: Question   Department: Product   Category: Not Categorized
Description
I would like the exit button that runs the function to exit the session and then redirect to another web page.

The system we are implementing is a web site that has links to the screen surfer system and then from screen surfer they can go back to calling web site. I have all of this working with the exception of the exit function and return to web site.

Have you seen this requirement before and if so do you have any code samples?

thanks,
andrew

P.S. Here is the code I use to get back to the calling web site:

<A HREF="<TESHOW ROC.RETURNPAGE ><TESHOW "?SessionID="+
screen.sessionkey><TESHOW "&NextROCPage=" +
ROC.NEXT_ROC_PAGE><TESHOW "&ChangeNum=" +
ROC.CHANGE_ID><TESHOW "&ActivityNum=" +
ROC.ACTIVITY_ID><TESHOW "&LaborNum=" + 
ROC.LABOR_ID><TESHOW "&Mode=" +
ROC.CALLING_MODE>"style='COLOR:Silver'>ROC</a>
ROC is a template with some TEDECLARES in it. Also, I u