I'm creating an application that has to grab a sessionID at the login and pass it to the other pages to determine what the user can see. The sessioinID also needs to pull the permissionlevel from the login.
1) I need to be able to create a User session (which I don't know how to do).
2) Pass that Session to other pages.
3) I also need to be able to take CustomerID (a separate ID) to pass to other pages.
I need to be able to do this in C# for ASP.NET 4.5 in Visiual Studio 2012.
1) I need to be able to create a User session (which I don't know how to do).
2) Pass that Session to other pages.
3) I also need to be able to take CustomerID (a separate ID) to pass to other pages.
I need to be able to do this in C# for ASP.NET 4.5 in Visiual Studio 2012.