[Gambas-user] variable in WebForm not remember

Benoît Minisini gambas at ...1...
Sat Jan 21 19:46:50 CET 2017


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




More information about the User mailing list