Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8437795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:32:00+00:00 2026-06-10T07:32:00+00:00

I deployed a shopping cart application in the Weblogic Cluster, which contain 2 managed

  • 0

I deployed a shopping cart application in the Weblogic Cluster, which contain 2 managed servers in it.In weblogic.xml, i included the followig arugments:

**<!-- Insert session descriptor element here -->
<session-descriptor>
  <persistent-store-type>replicated_if_clustered</persistent-store-type>
</session-descriptor>**

to replicate item purchased in the shopping cart.My Doubt is, when i’m tracking the request ID using firebug tool.I’m seeing two different request ID for each managed server.

Request 1: http://xx.xx.xx.xx:9003/shoppingcart/viewshoppingcart
*Request 2: http://xx.xx.xx.xx:9004/shoppingcart/viewshoppingcart*

  • Request one Header:

Host 1xx.xx.xx.xx:9003
User-Agent Mozilla/5.0 (Windows NT 6.0; rv:11.0) Gecko/20100101 Firefox/11.0
Accept text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
Accept-Language en-gb,en;q=0.5
Accept-Encoding gzip, deflate
Connection keep-alive
Cookie ADMINCONSOLESESSION=5183QZ1Mjy12hZR21cW6CbVyfRj5yh0NThfXJQ2TlkyM0Fv6BJlx!42613329; JSESSIONID=G130QZ8P7fhstLQvFs111J2XXpn33JMsvRF7tT1zpqfYwnXSKBPH!-1346249615!1012537584

  • Request two Header:

Host xx.xx.xx.xx:9004
User-Agent Mozilla/5.0 (Windows NT 6.0; rv:11.0) Gecko/20100101 Firefox/11.0
Accept text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
Accept-Language en-gb,en;q=0.5
Accept-Encoding gzip, deflate
Connection keep-alive
Cookie ADMINCONSOLESESSION=5183QZ1Mjy12hZR21cW6CbVyfRj5yh0NThfXJQ2TlkyM0Fv6BJlx!42613329; JSESSIONID=G130QZ8P7fhstLQvFs111J2XXpn33JMsvRF7tT1zpqfYwnXSKBPH!1012537584!-1346249615
Cache-Control max-age=0

In both header the JSESSIONID is different but ADMINCONSOLESESSION ID is same.

What is this ADMINCONSOLESESSION ID means?And Why i’m getting different JSESSION ID?

Example:

JSESSIONID=G130QZ8P7fhstLQvFs111J2XXpn33JMsvRF7tT1zpqfYwnXSKBPH!-1346249615!1012537584
JSESSIONID=G130QZ8P7fhstLQvFs111J2XXpn33JMsvRF7tT1zpqfYwnXSKBPH!1012537584!-1346249615

And in this session ID why this lost part of it alone modified ?Is there any format is available for JSESSIONID?

1346249615!1012537584 and 1012537584!-1346249615

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T07:32:02+00:00Added an answer on June 10, 2026 at 7:32 am

    The ADMINCONSOLESESSION is the cookie name for the WebLogic console.

    The format of a session cookie is:

    • sessionid!primary_server_id!secondary_server_id

    In my opinion the jsession ids you posted shows a proper behavior of your session replication mechanism.

    The sessionid part is the same in both jsessionids as expected.

    Initially the JSESSIONID is G130QZ8P7fhstLQvFs111J2XXpn33JMsvRF7tT1zpqfYwnXSKBPH!-1346249615!1012537584 which shows that the primary host server id is -1346249615 and the secondary host server id is 1012537584.

    After the session is replicated the JSESSIONID is G130QZ8P7fhstLQvFs111J2XXpn33JMsvRF7tT1zpqfYwnXSKBPH!1012537584!-1346249615 which shows that the primary server host id is 1012537584 and the secondary host is -1346249615.

    Let’s suppose that the id -1346249615 belongs to managed server A and 1012537584 belongs to managed server B. Initially your requests to the server were serviced from the managed server A and after the session replication they were serviced from managed server B.

    I hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Deployed application to production and running into the following error on views that contain
A shopping cart application I'm working on jumps domain when it goes from the
Have deployed numerous report parts which reference the same view however one of them
I deployed a Symfony2 application on my server and I wanted to disable some
My deployed application uses ReportViewer (CLR 3.5) to print locally reports. Recently users noticed
I deployed my ASP.NET application under an existing virtual directory. The new deployment will
I deployed an application using this method and it worked very good. However, there
I deployed my MVC application in our IIS server. When I go to registration
I deployed a windows application in the following website http://StagingServer/MyProgs/MPP/ on my intranet site,
I deployed a web site in AppHarbor which uses a MS SQL database. AppHarbor

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.