-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

I have a servlet application that uses sessions to track  info.  I need
a user to potentially have multiple sessions through different windows
of the same browser.  I figured out that cookies are not the solution
(single cookie applies to all windows of browser) so have switched to
URL re-writing which solves the problem...

That is, it solves the problem as long as the browser has cookies
dis-allowed.  If cookies are turned on however, it defaults back to
using cookies, even though the code has the same encodeUrl() calls.

This is a problem because I can't require users to turn off cookies.

I have taken a look at JServ source but can't pinpoint where I could overide this
behavior....
Any ideas how to force URL rewriting even though cookies are allowed by
client  or are there any other ideas to get around this problem?

btw, I'm using 2.0 API on Apache 1.39/JServ 1.0

Thanks!


--
Dave Conklin
[EMAIL PROTECTED]
919.573.8203




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to