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
Eclipse UserFriend
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] by Moderator

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
Eclipse UserFriend
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: Tue Feb 11 02:46:22 GMT 2025

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

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

Back to the top