-
18 Sep 2012 6:18 AM #1
Ext.Util.Cookies in Touch 2
Ext.Util.Cookies in Touch 2
Hi,
How to read a cookies from the REST response.
I have tried Ext.util.Cookies.get("key");
But seems like Ext.Util.Cookie is not supported in Touch 2.X
I also searched withing sencha-touch-all-debug.js and I don't see Cookie word in the library.
Is there any other way to get this done?
--Thanks, VP2
-
18 Sep 2012 6:52 AM #2
There are no cookie helper/utility classes in Sencha Touch.
You could use portions of the Ext library (provided you are licensed properly for it).Aaron Conran
@aconran
Sencha Architect Development Team
-
18 Sep 2012 10:31 AM #3
Thanks,
Thanks,
That helped!

Referenced that class from the Ext4.


Reply With Quote