1. #1
    Sencha User
    Join Date
    Jun 2012
    Posts
    11
    Vote Rating
    0
    vp2 is on a distinguished road

      0  

    Default 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

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,191
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    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

  3. #3
    Sencha User
    Join Date
    Jun 2012
    Posts
    11
    Vote Rating
    0
    vp2 is on a distinguished road

      0  

    Default Thanks,

    Thanks,


    That helped!
    Referenced that class from the Ext4.