WEBSESSION BASICS

Hi,
Very basic noob question, what was the comand I should use to prevent multiple users at once working on the same session of my app ?
I remember there was something to add on wepage.open event if I’m not mistaken…I searched the examples but I couldnt find the exact thing
any help please
thanks

The WebSession returned from the global Session function is unique to one connection, there is nothing you have to do to manage that. According to the documentation, the inverse is possible (one user with multiple sessions) with multiple tabs. http://documentation.xojo.com/index.php/Session

so I got it all wrong … my memory is so bad

This is why there’s documentation. :wink:

And places to ask questions.

trust me before asking I searched the forum and also the examples