cancel
Showing results for 
Search instead for 
Did you mean: 

Is SAP EP session aware?

Former Member
0 Kudos

Is SAP EP 2004s session aware? If a session is established with ServerA and that session gets routed to ServerB, will ServerB know that the session is already established with ServerA? I thought that there was a session table but it is appearing that is not the case. I would like this confirmed or denied.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Robert,

Your suggestion did not answer my question directly but it did lead me to what I think is the answer.

SessionTableTimeout setting:

http://help.sap.com/saphelp_nw04/helpdata/de/52/46f6a089754e3a964a5d932eb9db8b/frameset.htm

I'll post back after I have time to try this out.

Former Member
0 Kudos

Hi Timothy,

if you are talking about ServerA and ServerB being in the same cluster, the J2EE engine provides a failover mechanism for stateful sessions as you can read here:

http://help.sap.com/saphelp_nw04/helpdata/de/d7/57a4f0cce55143be5de3a6e4911186/frameset.htm

Hope this answers your question,

Robert

Former Member
0 Kudos

Hi Timothy,

I believe this is a programming choice. Stateful sessions should never get routed from one server to another (by use of cookies, etc.).

Best Regards,

Matt