Hi, I don't use the Cocoon authentication but simply open a session with Java. Does your action work in that case?
Sylvain -----Message d'origine----- De: Antonio Gallardo [mailto:[EMAIL PROTECTED] Date: vendredi, 18. juillet 2003 15:18 �: [EMAIL PROTECTED] Objet: RE: How to close a session in XSP applications > Hello, > > In fact that's the case: I start the XSP application from within the > Cocoon portal but I need to open another session for this app (I know > it's a bit tricky). > > I thought that maybe there is a possibity to define a destroy method? Hi: This is the action used to close a session in the authentication framework. <map:action name="auth-logout" src="org.apache.cocoon.webapps.authentication.acting.LogoutAction"/> Antonio Gallardo > > Thanks > Regards > Sylvain > > -----Message d'origine----- > De: Antonio Gallardo [mailto:[EMAIL PROTECTED] > Date: vendredi, 18. juillet 2003 12:18 > �: [EMAIL PROTECTED] > Objet: Re: How to close a session in XSP applications > > >> I have a XSP application that create a session when you start it. My >> problem is when I close the browser the session isn't closed and you >> can't open the application a second time. >> Does someone have a solution for this problem? > > Use better the authentication framework. It will autmatically open a > session and there is and action to close a session too. > > Best Regards, > > Antonio Gallardo > > > > > --------------------------------------------------------------------- To > unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To > unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
