Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a signature from the browser
Message
De
25/09/2013 13:41:10
 
 
À
25/09/2013 13:02:19
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01583960
Message ID:
01584118
Vues:
28
>>>>I don't know what you mean by Member.Session (?) but yes, ASP.NET session.
>>>
>>>The Member.Session field is a framework related field I am using to recognize the user from a stored cookie. That is initialized at login.
>>>
>>>>Yes. If you allow sessionId to be stored in a cookie you will get the same id for new instances (or new tabs) for the relevant browser.
>>>>If 'cookieless=true' the session id is included in the URL and you get a different session for each instance or tab.
>>>
>>>Is this something you have to maintain on your own or this is all automatic?
>>
>>
>>PMFJI, It is mostly automatic, but I had some cases where I was building URL at runtime that required a call to Response.ApplyAppPathModifier to add the session ID to the virtual path.
>
>Thx, very good point ! - I wasn't even aware of that method :-{

I wasn't aware of it either, until things stopped working!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform