sessione parametri

This commit is contained in:
Marco Audiffredi 2024-07-09 16:58:28 +02:00
parent fdc8579ff4
commit 65ba51714b

View File

@ -28,6 +28,14 @@ namespace SoftwayWeb.Controllers
{
helper = new SessionHelper(this);
token = helper.GetStringValue("tok");
if (!string.IsNullOrEmpty(codAutista))
{
helper.SetStringValue("codAutista", codAutista);
}
else
{
string s = helper.GetStringValue("codAutista");
}
ViewBag.CodAutista = codAutista;
//if (codAutista == null)