Thank you.

It should be 'JSESSIONID' instead of  'jsessionid'.

Now it finds the cookie, deletes the cookie and shows the Login page.

I build the Demo Browser tree nodes example, test and performance using a
map of security Map (Node vs Role) downloaded at login time, using the
following script in index.html page.

    <script type="text/javascript" src=".security"></script>

It downloads and works. But, how do I force it to download a new version
when the user logs in. I will have to refresh my IE to get the new version,
otherwise it is getting from cache.  Why is it like that?

How are you implementing Version check (If a script is modified at the
server, how do we get new version of it)?

Thank you.
Kanugula.




kanugula wrote:
> 
> Hello,
> 
> I put a Logout button at the top of Demo Browser. I want to clear the page
> cache so I can avoid problems occuring due to IE Back button.
> 
> Qooxdoo 0.7.2
> IE 6
> Windows XP
> 
> The code in Logout is
> <html>
> <head>
> <meta http-equiv="pragma" content="no-cache" /> 
> <meta http-equiv="expires" content="0" />
> </head>
> <body>
> </body>
> </html>
> 
> <% 
>    session.invalidate(); 
>    response.sendRedirect("login.jsp");
> %>
> 
> I stll see my Page Cache when the IE Back button is pressed. 
> Do you how to clear the cache? 
> What will happen if IE Back button is clicked after the cache is cleared?
> 
> Thank you.
> Kanugula.
> 
> Thanks.
> Kanugula.
> 

-- 
View this message in context: 
http://www.nabble.com/Clearing-Qooxdoo-Page-cache-on-Logout-tp16396160p16540476.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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