<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Ok Tony,<div><span class="Apple-tab-span" style="white-space:pre">        </span><br><div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I use this in my application class initialize method to set the session to 120 secs.</div><div><br></div><div><br></div><div>| application |</div><div><br></div><div>application := WAAdmin register: self asApplicationAt: self appName.</div>
<div>application cache expiryPolicy configuration at: #cacheTimeout put: 120.</div></blockquote><div><br></div><div><br></div><div>This define the&nbsp;&nbsp;#cacheTimeout.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>I think the hold&nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span>'defaultTimeoutSeconds' &nbsp;parameter&nbsp;for the session.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Or i wrong ?</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>But &nbsp;i can read / set<span class="Apple-tab-span" style="white-space:pre">        </span>this data when the system create a WASession ?</div><br><blockquote type="cite"><div><br></div><div>Regards,</div><div>TF</div><br><div class="gmail_quote">On Fri, Mar 4, 2011 at 8:55 AM, <a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a> <span dir="ltr">&lt;<a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">Hi,<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;i can define the duration of a specific session ?<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;When the &nbsp; &nbsp; &nbsp; &nbsp;WASession unregistered &nbsp;method &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;is call from the system i can define the duration of the session ?<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;If possible the specific time from &nbsp; &nbsp; &nbsp;start session &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;to the last clic on the page.<br>
<br></blockquote></div></blockquote><div><br></div><div>With it<span class="Apple-tab-span" style="white-space:pre">        </span> &nbsp;my objective is to define the duration time of any specific session .</div><div><br></div><div>When i write :&nbsp;</div><div><br></div><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">&nbsp;&nbsp;i can define the duration of a specific session ?</blockquote></div></blockquote><br><div>i think &nbsp;to get the duration time &nbsp;of a specific session : &nbsp;delta form start time to close time of the session.</div><div><br></div><div>Thank,</div><div><br></div></div></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>Dario</div></body></html>