Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Know server session Id from Client session id or vice versa(Mapping between client session and Server session)
Know server session Id from Client session id or vice versa [message #1864902] Fri, 19 April 2024 14:30 Go to next message
Seydou Zakou is currently offline Seydou ZakouFriend
Messages: 44
Registered: May 2020
Member
Hi All,

Is is possible to get client session id from server session id or the opposite side ? If so how ?

Thanks

[Updated on: Tue, 23 April 2024 12:23]

Report message to a moderator

Re: Know server session Id from Client session id or vice versa [message #1865244 is a reply to message #1864902] Mon, 29 April 2024 13:52 Go to previous message
Beat Schwarzentrub is currently offline Beat SchwarzentrubFriend
Messages: 207
Registered: November 2010
Senior Member
Both IDs are usually identical. The service tunnel transports the client session ID from the client to the server.

See AbstractServiceTunnel (client-side) and ServiceTunnelServlet (server-side).

A new ID is generated for backend-only ServerSessions, e.g. jobs that are executed by the system user without user interaction.
Previous Topic:Cannot build war file with call mvn clean verify -DskipTests -e
Next Topic:Use ModelJobs to update UI
Goto Forum:
  


Current Time: Wed May 08 22:24:52 GMT 2024

Powered by FUDForum. Page generated in 0.03137 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top