I want to be develop a blackberry application.That used an external DB through webservice call.I am choosing blackberry web works for developing this.I want to store a userid in phone like session after logged in a user.How use session management in BB webworks?
help is highly appreciated.
Thanks, Comp
You can use either SQLlite or Cookies. Cookies are extremly useful and easy to implement for non critical data:
Good luck!