logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: The session ID that was used during login has changed
Author
amlanlinux



Joined: 09 Feb 2015
Posts: 1
Location: India

PostPosted: Tue 10 Feb '15 13:31    Post subject: The session ID that was used during login has changed Reply with quote

Hi Team, I am facing another environment issue. ** In this environment 1 Apache Webserver and 2 Geronimo Application servers When I try to access application from Geronimo application server urls, I am able to access the application. But when I try to access the application from Apache webserver url, I am unable to access the application.After giving user id and password it is throwing following error message in the form of pop up.

----------------- Error message: ------------------

Invalid Session: The session ID that was used during login has changed and is no longer valid. This problemmay have arised because of an improperly configured web server connector (eg: mod_jk) Please contact your system administrator -x- ** This is to inform you, I have heard few months back someone upgraded the Geronimo to Apache Geronimo-2.1.8 and after that problem started.

-------------------------------------------------

I am pasting the worker.properties file here:
--------------------------------------------------

$ more workers.properties

worker.list=status,pqr_lb
worker.status.type=status
# Default worker settings
worker.default.type=ajp13
worker.default.lbfactor=1
worker.default.connect_timeout=1000
worker.default.socket_timeout=1
worker.default.socket_connect_timeout=1000

worker.abc.reference=worker.default
worker.abc.port=1234
worker.abc.host=1.2.3.4

worker.xyz.reference=worker.default
worker.xyz.port=1234
worker.xyz.host=1.2.3.5

worker.pqr_lb.type=lb
worker.pqr_lb.balance_workers=abc,xyz
worker.pqr_lb.sticky_session=1

This is the reason now one to many connections are not being possible!!

Please advise. - Amlan
Back to top


Reply to topic   Topic: The session ID that was used during login has changed View previous topic :: View next topic
Post new topic   Forum Index -> Apache