users@glassfish.java.net

RE: How to force logout?

From: Martin Gainty <mgainty_at_hotmail.com>
Date: Thu, 12 Nov 2009 08:28:01 -0500

yes your session would be invalid but those connections are still open but not a good idea if you have open resources such as DB Connections

take a look at this destroy method from http://download-west.oracle.com/docs/cd/B12314_01/web.904/b10323/servprim.htm
 public void destroy() { //16
    try {
      conn.close();
    }
    catch (SQLException se) { //15
      se.printStackTrace();
    }
  }
he closes ALL the resources BEFORE invalidating the session and exitting the webapp
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.




> Date: Thu, 12 Nov 2009 05:05:01 -0800
> From: glassfish_at_javadesktop.org
> To: users_at_glassfish.dev.java.net
> Subject: Re: How to force logout?
>
> I think you need to invalidate the HttpSession if you are using a web application.
>
> If you are using desktop application you can call the JAAS methods to logout, but I don't rementer how do this. You can see the docs for this.
>
> Regards
> [Message sent by forum member 'xflyer' ]
>
> http://forums.java.net/jive/thread.jspa?messageID=371542
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
                                               
_________________________________________________________________
Find the right PC with Windows 7 and Windows Live.
http://www.microsoft.com/Windows/pc-scout/laptop-set-criteria.aspx?cbid=wl&filt=200,2400,10,19,1,3,1,7,50,650,2,12,0,1000&cat=1,2,3,4,5,6&brands=5,6,7,8,9,10,11,12,13,14,15,16&addf=4,5,9&ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen2:112009
--_e28c7da5-e849-4224-84c1-811241122a63_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
yes your session would be invalid but those connections are still open but not a good idea if you have open resources such as DB Connections<br><br>take a look at this destroy method from http://download-west.oracle.com/docs/cd/B12314_01/web.904/b10323/servprim.htm<br><pre class="CE"> public void destroy() { //<strong class="Bold">16<br></strong><a name="1007358"></a> try {<br><a name="1007359"></a> conn.close();<br><a name="1007360"></a> }<br><a name="1007361"></a> catch (SQLException se) { //<strong class="Bold">15<br></strong><a name="1007362"></a> se.printStackTrace();<br><a name="1007363"></a> }<br><a name="1007365"></a> }<br></pre>he closes ALL the resources BEFORE invalidating the session and exitting the webapp<br>Martin Gainty <br>______________________________________________ <br>Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité<br><div>&nbsp;<br>Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.<br></div><pre>Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.</pre><br><br><br><br><br>&gt; Date: Thu, 12 Nov 2009 05:05:01 -0800<br>&gt; From: glassfish@javadesktop.org<br>&gt; To: users@glassfish.dev.java.net<br>&gt; Subject: Re: How to force logout?<br>&gt; <br>&gt; I think you need to invalidate the HttpSession if you are using a web application.<br>&gt; <br>&gt; If you are using desktop application you can call the JAAS methods to logout, but I don't rementer how do this. You can see the docs for this.<br>&gt; <br>&gt; Regards<br>&gt; [Message sent by forum member 'xflyer' ]<br>&gt; <br>&gt; http://forums.java.net/jive/thread.jspa?messageID=371542<br>&gt; <br>&gt; ---------------------------------------------------------------------<br>&gt; To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net<br>&gt; For additional commands, e-mail: users-help@glassfish.dev.java.net<br>&gt; <br> <br /><hr />Find the right PC with Windows 7 and Windows Live. <a href='http://www.microsoft.com/Windows/pc-scout/laptop-set-criteria.aspx?cbid=wl&filt=200,2400,10,19,1,3,1,7,50,650,2,12,0,1000&cat=1,2,3,4,5,6&brands=5,6,7,8,9,10,11,12,13,14,15,16&addf=4,5,9&ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen2:112009' target='_new'>Learn more.</a></body>
</html>
--_e28c7da5-e849-4224-84c1-811241122a63_--