[Seaside] Best way to logout

Boris Popov boris at deepcovelabs.com
Thu Sep 6 15:24:29 UTC 2007


self session expire

Cheers!

-Boris
(Sent from a BlackBerry)

----- Original Message -----
From: seaside-bounces at lists.squeakfoundation.org <seaside-bounces at lists.squeakfoundation.org>
To: seaside at lists.squeakfoundation.org <seaside at lists.squeakfoundation.org>
Sent: Thu Sep 06 08:22:45 2007
Subject: [Seaside] Best way to logout

Hello!

There is my another question:
I have my entrance task (SOEntrance). It just displays login  
component and if it answers not nil
calls main application component (SOMain). I would like to make a  
logout: Is it good to just do following
on SOMain logout method: self call: SOEntrance new.  It works, but is  
there a better way to do it. Is it safe to use
this way, because i think that my SOMain is waiting for answer from  
SOEntrance and will never get it. Can it be better to just
clean all session info and redirect to main page. If yes, how to do it?


Cheers, Oleg
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070906/69752a92/attachment.htm


More information about the seaside mailing list