WOSession.SessionDidRestoreNotification
Jon Nolan <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
In my experience the object generated for this notification does not
contain a reference to the restored session. According to the 5.3 docs:
public static final String <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html> SessionDidRestoreNotification
Sent after the session is fully restored (including |awake|). The
object of the notification is the session instance.
Does anyone get different (better) results? For my implementation it
does me no good to know that any old session has been
restored/awakened. I need to know only when the session related to the
observer is restored/awakened.
Thanks,
Jon