Extjs 4 Session Management
问题 I am having web based application in which user session has to be managed management. In app.js I have used launch config as : launch: function(){ Ext.create('myproject.view.LoginForm') } LoginForm : will show log in dialog and invoke login controller for communicating with server for authenticating the credentials provided by the user. So when ever user refreshes the page Extjs is asking for log in that is because of I am not checking the session in here, How should be the session details