-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
DaveConklin wrote:
>
> 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
have a look in CVS, there a patch on JServServletManager that should do
the trick.
Jean-Luc
--
--------------------------------------------------------------
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]