objective :   While keeping or taking into account the vulnerabilities of the
              medium internet or WWW (specifically that of snooping of information
              and potentially spoofing of said addresses(both DNS and IP)



Opportunity: Given or assuming that the above layers of the medium could be trusted,
             ...innovative means of designing sessions, validating sessions 
             ...implementing a level of security ...on the server side and the client-side

             Further to as envisaged by this individual ...in the document below and
             else where on the medium (WWW or internet).


a) use the instance-id of the client-side browser ...when designing sessions (cookies)
   on the client-side , or database based session or Temporary global memory (refer to
   synonmous concepts in various programmatic interfaces ...to such temporary memory
   ...for instance global.asa in ASP)

b) Deriving from how the GC (garbage collector) works ...in the design of java,
   exipiry or recycling or deletion can be designed ...on both client-side and server-side.

   Note GC can be designed (in java or synomous concepts across in the computing parlance)
   to work both on explicit expiry by time ....or by reference-check (i.e. deletion or
   removing ...when no references are present ...much on the lines of the reference's to
   a variable in OOP based programming)


   cookie recycling or garbage collection ...helps at times from being exploited by say
   on public computers or operation or administrator or user hacking of data from the
   session ...may that of credit cards or may be that or user profiles ....etc
   
   
             

         

Note: The above problem statement having been encountered in various scenarios
      and detailed in various 'Proof of concepts' as mentioned in 
      
       http://uk.geocities.com/ravivenkatus/projects.pdf
       http://ravishankarkv.tripod.com/projects.pdf
        ....apply appropriate
      'use-case' modeling, rationalize and arrive at a workable and feasible 
       solution both commercially and techinically viable.

             

           


 
             