<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Hello All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i work with VW7.4.1 and seaside 
support.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When&nbsp;i open a new&nbsp;web session i'm 
interested to open link to database and other link, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and &nbsp;when the Session is close or Expire 
Seconds is trigger i'm interested to intercept it and close my open 
link.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What do i do ?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>I have create MyWASessiona subclass of WASession with start: and 
unregistered method.</DIV>
<DIV>I use it to initialize MyWebApplication preferenceAt: #sessionClass put: 
MyWASession.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Question A:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Now when open the MyWebApplication the start: method work fine but i nedd 
to define my work first to call super start: aRequest.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; start: 
aRequest<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  self 
halt.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  super start: 
aRequest </DIV>
<DIV>&nbsp;</DIV>
<DIV>work fine</DIV>
<DIV>&nbsp;</DIV>
<DIV>but:</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; </DIV>
<DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; start: 
aRequest<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  super start: 
aRequest</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self 
halt.</DIV>
<DIV>&nbsp;</DIV>
<DIV>don't execute self halt.</DIV>
<DIV>&nbsp;</DIV>
<DIV>It's all ok, or there is another solution to do it ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Question B:</DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV>When the Session Expire Seconds is trigger my unregistered method is not 
intercepted.</DIV>
<DIV>And when i clic on Terminate action i have the same problem.</DIV>
<DIV>&nbsp;</DIV>
<DIV>What i wrong ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Because the MyWASession instances increasing?</DIV>
<DIV>What do i do to close they?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any pointers would be greatly 
appreciated!<BR><BR>Thank,</FONT> </DIV>
<DIV>
<DIV><BR><FONT face=Arial size=2>Dario Trussardi 
Romano</FONT><BR></DIV></DIV></FONT></DIV></BODY></HTML>