----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,
    I am looking for some input on Session Tracking.  I am trying to write a
servlet to track sessions using URL-rewriting.  I know the servlet API has
powerful session handling ability already intact, but I am unsure what
direction I need to take.  Basically I have a Coldfusion server which will
need to call a servlet with a userID in the URL.  Among other things, the
servlet needs to take that userID and create a new session for it in the
even it does not exist or retrieve session data for that userID otherwise.
I have begun by implementing the HttpSession interface similar to how it was
done for JServ (JServSession.java).  Does anyone have a clue what it is that
I am trying to do, or even better, some advice as to where I need to look
next.  I am thinking I need to write a servlet which runs constantly and
manages my implementations the way JServServletManager does.  Does this seem
to be a feesable solution????
    Thanks,
        Troy Harris





--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to