Friday, March 10, 2006

Session: A Nice To Have

Every e-commerce application must support session tracking. Unfortunately, MIDP (Mobile Information Device Profile), a J2ME (Java 2 Platform, Micro Edition) technology, supports only the standard HTTP protocol, which is stateless. In this article, Michael Juntao Yuan and Ju Long explore ways to add session support into the current MIDP network API framework. They discuss the implementations, usages, and relative merits of three approaches: using cookies, rewriting URLs, and embedding session information in XML documents.

http://www.javaworld.com/javaworld/jw-04-2002/jw-0426-wireless.html

0 Comments:

Post a Comment

<< Home