sessione parametri
This commit is contained in:
parent
fdc8579ff4
commit
65ba51714b
@ -28,6 +28,14 @@ namespace SoftwayWeb.Controllers
|
|||||||
{
|
{
|
||||||
helper = new SessionHelper(this);
|
helper = new SessionHelper(this);
|
||||||
token = helper.GetStringValue("tok");
|
token = helper.GetStringValue("tok");
|
||||||
|
if (!string.IsNullOrEmpty(codAutista))
|
||||||
|
{
|
||||||
|
helper.SetStringValue("codAutista", codAutista);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
string s = helper.GetStringValue("codAutista");
|
||||||
|
}
|
||||||
|
|
||||||
ViewBag.CodAutista = codAutista;
|
ViewBag.CodAutista = codAutista;
|
||||||
//if (codAutista == null)
|
//if (codAutista == null)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user