Re: Weird iPlanet Problem

2000-03-18 Thread Ia
.1 before this, sais mustn't use the servlet context for _distributed shared store_ -- do it with sessions, EJB, or as David suggested, instead. HTH -- Ia -- Ia ([EMAIL PROTECTED]) The Real World Is A Special Case ___

Re: Session Object -- what's "application layer"?

1999-04-27 Thread Ia
; gimmicks. Nice feature, actually. Allows you to "attach" objects to a session, saves you the trouble of matching requests (HTTP has no "state") to a continuing interaction with users... Does this help? :o) -- Ia <[EMAIL PROTECTED]> JavaKnowBase Project _

Re: Setting parameters in a Servlet Request

1999-04-24 Thread Ia
-- http://ds.internic.net/rfc/rfc2068.txt (Rod rec'd Jason's book.) Write if you need anything. (Will you post your sources as opensource, so we can study too?) -- Ia <[EMAIL PROTECTED]> JavaKnowBase Project __