Changeset 5800
- Timestamp:
- 03/22/11 21:12:35 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Lib/HLServiceMembershipProvider.cs
r5798 r5800 119 119 // TODO: Add authentication against the HL-Service as soon as it's available. 120 120 try { 121 HttpContext.Current.Session["Username"] = username;122 121 HttpContext.Current.Session["Password"] = password; 123 122 return true;
Note: See TracChangeset
for help on using the changeset viewer.