Before I start my application, I set a cookie with php, named as PHPSESSID.
User login data are stored there. In the application I have a logout button.
On execute I want to kill the session and reload the page.

What I tryed:

- qx.io.local.CookieTransport.delAll();
- qx.io.local.CookieApi.del("PHPSESSID");

Both did not work. What is the diffenrenc between both classes and what is
to do?

-- 
View this message in context: 
http://www.nabble.com/Cookie-question-tf4474966.html#a12759057
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to