i want to create app using j2me, and users need to login first when they want to use it.
user login data will be transmitted to server (PHP) and the server will check if that data valid, then server will create a session.
what should i do so the client (j2me) can maintain login session with the server until user logout (session deleted) ?
does j2me support cookies storage?
user login data will be transmitted to server (PHP) and the server will check if that data valid, then server will create a session.
what should i do so the client (j2me) can maintain login session with the server until user logout (session deleted) ?
does j2me support cookies storage?