File manager - Edit - G:/PleskVhosts/indiaminerals.in/vgm.INFOFIXDEVELOPERS.COM/SessionManage/SiteSession.cs
Back
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebApp.LIBS { public class SiteSession { public static bool IsLoggedIn { get { return HttpContext.Current.Session["IsLoggedIn"] == null ? false : (bool)HttpContext.Current.Session["IsLoggedIn"]; } set { HttpContext.Current.Session["IsLoggedIn"] = value; } } } }
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings