It seems to me that - if you have a J2EE application and a .NET application - then you have two different applications, not one. Both use their own session identifiers to keep their own sets of session data.
I can't imagine you working between the two of them without creating some type of "middle" to hold the unique id of each. That's assuming there exists a method on each application that could expose the data needed by the other one. Perhaps you might roll your own "session": an encrypted cookie & database that both apps can read. --- Al Holden On 2013-01-08 09:39, [email protected] wrote: > Hello, > > I am playing around with an OpenBD installation and trying to figure out how to access Session variables in the .NET portion of my application. On the CFM side, I can set and access session variables with no problem, i.e.: > > cfid > cftoken > sessionid > urltoken > > I was expecting to see a jsessionid or something that would be a key that the the CFM and the .NET can use to identify a session, but I have not found that yet. > > Rashaad > > -- > online documentation: http://openbd.org/manual/ [1] > http://groups.google.com/group/openbd?hl=en [2] Links: ------ [1] http://openbd.org/manual/ [2] http://groups.google.com/group/openbd?hl=en -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
