>>> "[David Griffin]" <[EMAIL PROTECTED]> 26/10/99 12:09:22
>>>
>If a visitor goes from page to page and some pages
>are served by webserver, some by the servket engine,
>does the this interrupt the session as far as the servlet
>engine is concerned ? I mean, does a session only
>persist if the user keeps hitting URLs that are
>served from the servlet engine ?
If you are using URL re-writing for sessions you must find a way of
carrying over session ids when you're calling non-servlet served pages
(a cookie would remain persistent).
This is why I recomend serving all HTML from the servlet engine and
leaving the webserver to gifs and so forth.
>I'm planning to serve a site where (for purely
>historic reasons) the webserver and the serlet
>engine will be on entirely different machines.
This is not a problem in itself. I work with situations like this all
the time.
Nic
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html