Le 17/01/2017 à 08:26, Rolf-Werner Eilert a écrit :
>
> Where does the webform store the values until the next call? And can it
> remember calls from different users?
>
> Regards
> Rolf
>

This is exactly what is named a "session".

A session in Gambas is a collection that is associated with an HTTP cookie.

With gb.web.form, the session is automatically created for each user 
that connect to the application. It automatically remembers the 
variables associated with the webforms.

It is up to you to implement a login/password check to identify the 
user, and modify your application according to its rights.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to