<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] Best way to logout</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>self session expire<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: seaside@lists.squeakfoundation.org &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Thu Sep 06 08:22:45 2007<BR>
Subject: [Seaside] Best way to logout<BR>
<BR>
Hello!<BR>
<BR>
There is my another question:<BR>
I have my entrance task (SOEntrance). It just displays login&nbsp;<BR>
component and if it answers not nil<BR>
calls main application component (SOMain). I would like to make a&nbsp;<BR>
logout: Is it good to just do following<BR>
on SOMain logout method: self call: SOEntrance new.&nbsp; It works, but is&nbsp;<BR>
there a better way to do it. Is it safe to use<BR>
this way, because i think that my SOMain is waiting for answer from&nbsp;<BR>
SOEntrance and will never get it. Can it be better to just<BR>
clean all session info and redirect to main page. If yes, how to do it?<BR>
<BR>
<BR>
Cheers, Oleg<BR>
_______________________________________________<BR>
Seaside mailing list<BR>
Seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>