sagt3k Posted December 18, 2011 Posted December 18, 2011 Hi I am new to this topic. Congratulations for UNIGUI it's exceptional. Two questions: 1) It's possible, in the generation of a session, to give ourselves a SessionID value to string? It would be interesting to manage the value of the session in order to drive value creation. 2) If I had two independent server applications, with two ports 8077,8088 admit, it is possible to generate the session with the first application, the session redirected to the second application server, of course, the main form they would be on the second application. The first application handles the login and the generation of the session. This could be useful for creating different instances of the second application to balance the access of different PC-servers, for example. thanks SAGT3K Quote
Administrators Farshad Mohajeri Posted December 20, 2011 Administrators Posted December 20, 2011 1) It's possible, in the generation of a session, to give ourselves a SessionID value to string? It would be interesting to manage the value of the session in order to drive value creation. All sessions are associated with unique SessionIDs which can be obtained from uniApplication.uniSession.SessionId 2) If I had two independent server applications, with two ports 8077,8088 admit, it is possible to generate the session with the first application, the session redirected to the second application server, of course, the main form they would be on the second application.The first application handles the login and the generation of the session. This could be useful for creating different instances of the second application to balance the access of different PC-servers, for example. We can not divide a single session and distribute it among servers. Any single session should live on server which created it. Quote
sagt3k Posted December 20, 2011 Author Posted December 20, 2011 All sessions are associated with unique SessionIDs which can be obtained from uniApplication.uniSession.SessionId Thank you, but then before generating the SessionID, it would be interesting to be able to generate the string us with our algorithm. This is possible? Quote
pizzahut222 Posted January 11, 2012 Posted January 11, 2012 good question: it would be interesting to be able to generate the string us with our algorithm. This is possible? Quote
Administrators Farshad Mohajeri Posted January 12, 2012 Administrators Posted January 12, 2012 Thank you, but then before generating the SessionID, it would be interesting to be able to generate the string us with our algorithm. This is possible? Logged #1248 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.