Wanted to understand if by default cookies are used in extjs framework for session handling. If so what kind of cookies (Session, Persistant) are used and what information cookies will be storing.
Is this possible in ExtJS, to disbale the usage of the cookie and enable any other way of handling the session probably using the session object
ExtJs provide a CookiProvider, if you enable it, it can save component state and restore it back. ExtJs also provide some utility method to access cookie, you have to manage cookie by yourself
ExtJs provide a CookiProvider, if you enable it, it can save component state and restore it back. ExtJs also provide some utility method to access cookie, you have to manage cookie by yourself
Hi Kevin, Thanks for your response.
If we do not enable the option of enabling the cookies, then which kind of session handling EXTJS uses internally.
In case if we enable the Cookies, what kind of information does the EXJS stores by default and i hope the cookies would be session cookies and not persistent or Transaction cookies