(keitai-l) Re: dynamic jam files, persistent storage and tracking the users of your IAppli

From: Jason Pollard <jasonpollard_at_yahoo.com>
Date: 03/22/01
Message-ID: <20010321235154.15789.qmail@web112.yahoomail.com>
For a non-secure session tracking, couldn't you put a session key in the
appparam?

--Jason

--- Ashish Agrawal <ashish_ag@hotmail.com> wrote:
> it's an interesting way of doing authentication,
> but what does it buy you over lets say, having the user sign-in via the 
> iappli itself, and then sending that user name over to the server each time 
> ? or maybe i am just missing something.
> OR I guess i don't understand what u mean by signing in via a "basic 
> authentication"
> 
> -Ashish
> 
> >
> >      After writing an IAppli that periodically
> >downloaded data from a server, I wanted to see how
> >often a user was actually using the IAppli and also
> >determine how many users were using it at one time,
> >etc.  The problem I found was that every http request
> >from the IAppli came in on a different IP port making
> >tracking pretty difficult.
> >
> >      What I ended up doing was forcing the user to log
> >in before he/she downloaded the IAppli and then passed
> >this login name to the IAppli via the AppParam in the
> >jam file.
> >
> >      Some more details of what I did are here (it's
> >not beautiful code by any means):
> >http://www.randallmackay.com/identifyingTheUserOfYourIappli.htm
> >
> >      I thought this trick might be useful for storing
> >down a user's preferences as well.  As far as I know
> >you don't get any persistent storage on the phone but
> >you could store something down on a server and
> >retrieve it whenever the IAppli starts up.
> >
> >-Randy
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Get email at your own domain with Yahoo! Mail.
> >http://personal.mail.yahoo.com/
> >
> >[ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]
> >
> 
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
> [ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

[ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]
Received on Thu Mar 22 01:43:31 2001