----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
If the user disables cookies, JServ embeds the session information in the URL.
I doubt you'll be able to convince your users to disable cookies, but you can
set the following in your zone.properties:
session.useCookies=false
which should clear up the problem (assuming it's caused by cookies).
-- Travis Low
<mailto:[EMAIL PROTECTED]>
<http://dawnstar.org/travis>
Janga Aliminati wrote:
>
> Running an application through Apache (1.3.9)/Jserv(1.1.2). We are
> having following serious problem.
>
> When User A login to application, Some times when he hit back button, He
> is seeing User B's page on his screen.
>
> This is happening user when connected via proxy. If user has direct
> internet connection, It looks OK.
>
> I think Jserv creating cookies on server with IP address. When
> connection comes throug Proxy server its geeting all the IP address
> messed out and one user getting another user page....
>
> We have user to connect all over the country.
>
> Please some body suggest some thing to solve this problem.
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]