Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Announcing Mere Mortals .NET 1.3
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00986422
Message ID:
00986538
Vues:
26
Hi Kevin!

I've just installed the new framework and had some troubles loggin into my web application.
After some debugging I've found reason for the problem - it's located in mmBaseUserLogin.aspx.cs, method login:
Session["mmUserSecurity_UserPk"]=User.UserPK;
...
this.HookUserAuthenticated(mmAppBase.UserMgr.UserPK);
The value of mmAppBase.UserMgr.UserPK is nothing but the value of UserPK stored into the Session is correct.

I've now altered my HookUserAuthenticated(...) method to use the Session-variable and everything works fine.
Before installing version 1.3 the login procedures have worked fine.


Could you please tell me if this problem is a result of my coding or is caused by your changes in the framework - I'm only interested in the reason, no blame.

Thx
robert.oh.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform