Hi,

Am 07.04.2008 um 20:05 schrieb kanugula:

> You are right. I should clear the cookie from IE cache.
>
> I am a getting a problem here. When the user clicks logout, the  
> following
> code executes.
> <script type='text/javascript'>
>       function fdm_logout(){
>           alert(qx.io.local.CookieApi.get('jsessionid'));
>           qx.io.local.CookieApi.del('jsessionid');
>           window.location.href='logout.jsp';
>       }
> </script>
>
> I don't see 'jsessionid' in the cookie. How do I delete/access the  
> cookie
> using qooxdoo API. What are the cookies I should delete?

The name of the session cookie (at least as far as Java Servlets/JSPs  
are concerned) is JSESSIONID (all uppercase). Maybe  
qx.io.local.CookieApi treats cookie names in a case-sensitive way (I  
haven't looked at the code)?

Regards,

   Andreas


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to