Guest Posted March 23, 2011 Posted March 23, 2011 Message from: "goodeboy" 1. 1. how to get the value of the current session? 2. How to limit the number of active session? . Quote
Guest Posted March 23, 2011 Author Posted March 23, 2011 Message from: "Farshad Mohajeri" "goodeboy" wrote in message news:rFNd7fW6LHA.2164@anaxagvs227... > 1. 1. how to get the value of the current session? > UniApplication.UniSession.SessionID It gives current Session unique ID > 2. How to limit the number of active session? Currrently it is not possible. This feature will be implemented. You can count sessions yourself by incrementing an Integer each time a UniMainModule is created and decrementing it when UniMainModule is destroyed. . 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.