Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread SessionDescription
Sun, Mar 17 2019 3:38 PMPermanent Link

Greg Hallam

Microcalm Solutions Inc

Given there is no change in the way a session operates, is there any chance you could make the SessionDescription changeable after the session is connected?  I am trying to make it more useful in a web application I have and some of the information I would like to have in the SessionDescription is simply not available when the session is created.  I am using IntraWeb and the UserSession and its tables/queries are all open before I have an authenticated user.  I suppose I could close them and re-open but I am trying to avoid that if I can.
Wed, Mar 20 2019 3:30 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Greg,

<< Given there is no change in the way a session operates, is there any chance you could make the SessionDescription changeable after the session is connected?  I am trying to make it more useful in a web application I have and some of the information I would like to have in the SessionDescription is simply not available when the session is created.  I am using IntraWeb and the UserSession and its tables/queries are all open before I have an authenticated user.  I suppose I could close them and re-open but I am trying to avoid that if I can. >>

The issue is that the session description is sent over once during connection, and then not touched again.  So, yes, I can do this, but it will be a server API change and you'll need to update all clients/servers in order for it to work correctly.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Mar 22 2019 6:11 AMPermanent Link

Yusuf Zorlu

MicrotronX

Tim Young [Elevate Software] wrote:

>> The issue is that the session description is sent over once during connection, and then not touched again.  So, yes, I can do this, but it will be a server API change and you'll need to update all clients/servers in order for it to work correctly.


+1

Yusuf Zorlu
MicrotronX
Image