Rank: Active Member
Joined: 7/20/2010 Posts: 13 Points: 39 Location: usa
|
can we implement session state or any datacaching method in custom mobile entree apllilcation.
I tried to use httpcontext.current.session but got null value for this.
Thanks
|
Rank: Active Member
Joined: 6/10/2009 Posts: 16 Points: 48 Location: Virginia
|
ME, specifically 'meDefault.aspx', does not enable or disable Session state. You will need to configure this in the web.config for the web application in question. Once Session is enabled there should be no problems using it in an ME application.
|