diff --git a/Controllers/DestinazioniController.cs b/Controllers/DestinazioniController.cs index 326c8bb..169e424 100644 --- a/Controllers/DestinazioniController.cs +++ b/Controllers/DestinazioniController.cs @@ -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)