cancel
Showing results for 
Search instead for 
Did you mean: 

Strange behavior of the WEB AS about session ID

Former Member
0 Kudos

Hi,

I programmed a BSP application for SAP HR with a high security level. I have two log tables: the first saves a user key (special key) and the session ID, the second one saves the user key and a timestamp.

Today morning I checked the tables and I discovered a strange behavior: two users has the same session ID

(runtime->session_id). The timestamp are different:

Key Session id

1.key SID:ANON:trex34_Z5C_93:BeZKt3ePVecVz9pYcvgGozdf5orjEZ1mFhe1EH9U-ATT 20.060.117.090.535

2.key SID:ANON:trex34_Z5C_93:BeZKt3ePVecVz9pYcvgGozdf5orjEZ1mFhe1EH9U-ATT 20.060.117.090.714

Am I wrong, if I think, that a session ID has to be a unique value?? Or was our WEB AS a little bit silly today?

Regards

Patrizia

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

Not an asnwer to your question, but suggest you to post it in BSP forum for better response.

Regards

Raja

Former Member
0 Kudos

Hi,

I solved the problem: I compared all log files and found out that the requests were from the same IP address. The user did not close the browser after his first session. The second request has the same session id

Puh, I'm very happy!