third try... ;(
---8<---
Hi there!
I'm using cookie-based session tracking and I was wondering if there
will be problems with proxy servers.. If a page contains some session
based content and two different users view the same (dynamic) page through
same proxy server, I think the proxy could return personA's page to
personB. Both pages have the same URL.
So, my question is that is it safe to use only HTTP-headers for
cache/proxy control or should I use encodeURL-method to get different URLs
for same pages?
If using encodeURL, after personA's session has invalidated, can the
same sessionid be generated to personB who will get personA's old pages
through proxy server?
Any ideas for handling (HTTP 1.0 & 1.1) proxys properly?
--
Tommi
___________________________________________________________________________
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
___________________________________________________________________________
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