Re: looking at linotype

2003-06-25 Thread Jeremy Quinn
On Monday, June 23, 2003, at 03:13 PM, Ricardo Rocha wrote:

Jeremy Quinn wrote:

Since the login() method calls 'cocoon.createSession()', should the 
'logout()' method not invalidate the Session?
Is there a method available in the FOM to do that?
I could not work out what 
I guess

	cocoon.session.invalidate()

should do the trick?
got it!

thanks

Jeremy



Re: looking at linotype

2003-06-23 Thread Ricardo Rocha
Jeremy Quinn wrote:

Since the login() method calls 'cocoon.createSession()', should the 
'logout()' method not invalidate the Session?

Is there a method available in the FOM to do that?
I could not work out what 
I guess

	cocoon.session.invalidate()

should do the trick?

Ricardo




Re: looking at linotype

2003-06-23 Thread Stefano Mazzocchi
on 6/22/03 5:28 AM Jeremy Quinn wrote:

 Hi All
 
 Looking at the marvellous LinoType . I have one question:
 
 Since the login() method calls 'cocoon.createSession()', should the 
 'logout()' method not invalidate the Session?

yeah, well, you're right, I overlooked that.

 Is there a method available in the FOM to do that?

In the new FOM there is a method to invalidate the session attached to
the session object, but it should be available even in the old FOM.

-- 
Stefano.




looking at linotype

2003-06-22 Thread Jeremy Quinn
Hi All

Looking at the marvellous LinoType . I have one question:

Since the login() method calls 'cocoon.createSession()', should the 
'logout()' method not invalidate the Session?

Is there a method available in the FOM to do that?
I could not work out what 
regards Jeremy