Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Re-login without interface
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01457148
Message ID:
01457254
Vues:
51
>After returning from a third party CreditCard processor, I need to re-login the user from my saved credentials. I do not want the user to see the login interface. I need to execute the login process from the code behind. I cannot find ANY information regarding the objects, properties or methods involved. The login control is a "black hole" no hints escape.
>
>Has anyone done this? If so how?
>

It's not real clear why you need to log in again. Can you walk through the steps that get the user to the point where you want to log them back in? When you login the control basically just writes an session cookie (that contains some encrypted info about the session/user) out to the browser. Is this cookie expiring before you get back to your site? Or are you returning to a different domain after the processor does there thing (ex. the user logged into www.websitename.com and gets returned to websitename.com) which would effectively make it appear like they're not logged in (since they're, well, not).

You can create/write the session cookie yourself but it just seems weird that you even need to do this.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform