Ticket #236 ( Pending Customer )

Short Description ManageSessions("sweep","") not working
Entered By: Click When: 1999-01-04 11:50:22 Build: 1.03.27e
Categories Type: Question   Department: Product   Category: Troubleshooting
Description
I have tried two different ways to get the ManageSessions("sweep", "") function to work on a regular interval. In my global.stml I have added two sections, which as I understand, should be two ways to accomplish the same result. My User Session Timeout value is set to 1 minute. According to my trace file, the first section ("EveryMinute") does get called every minute, but the sweep function isn't closing out sessions idle for more the an minute. The TimeOut section isn't being called at all. The TimeOut section
Append By: click  When: 1999-01-04 11:51:31  New Status: Pending IE
Comment Here are the two sections:
Append By: click  When: 1999-01-04 11:53:25  New Status: Pending IE
Comment
<TESECTION EveryMinute
   when TimeInterval is 60>
	<TESHOW ManageSessions("sweep","")>
</TESECTION>

<TESECTION TimeOut>
	<TESHOW ManageSessions("sweep","")>
<TESECTION>