If memory serves, the comet actor lives on in the session scope until  
its either sent the ShutDown message explicitly, or it times out (you  
can set the timeout).

Does that help?

Cheers, Tim

On 4 Oct 2009, at 23:17, jack wrote:

>
> I put the line
>
> println("dude")
>
> in a Comet class write under the class declaration.
>
> i.e.
>
> class JoopComet extends CometActor with CometListenee {
>
> println("INSIDE COMET CLASS")
>
>
> When the class runs and all the activity is complete, I hit the back
> button and that loads the JoopComet class again.
>
> But I do not see "dude" printed.
>
> Why not?
> >
>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to