We have experienced a problem in JRun 3.0 (no sp, sp1, and sp2a) where two
clients accessing our site sequentially will end up sharing the same session
ID and session data.   We are on Windows 2000, IIS 5.

Our JRun application is installed with a context of /cxt.   

Step 1.  A user accesses our site via http://oursite.com/cxt, the URL is
rewritten to http://oursite.com/cxt/, and the default page is loaded.   

Step 2.  A user on a different client machine accesses our site  via the
same http://oursite.com/cxt, the URL is rewritten to
http://oursite.com/cxt/?jsessionid=1234567890.  This session ID is the same
one as the person from step 1.

The two persons share a single session ID, and chaos results.  The Allaire
tech support (to whom we have opened a paid support ticket, have not been
able to address this issue.  Has anyone out there experienced it?

We have altered the structure of our site slightly to minimize the impact of
this, but there are customers with dozens of computers who have set their
shortcuts to http://oursite.com/cxt.

Any ideas are appreciated.

Richard

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to