Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a signature from the browser
Message
De
25/09/2013 09:52:20
 
 
À
25/09/2013 08:59:32
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:
01584092
Vues:
33
>>Using 'cookieless=true' doesn't prevent you from using cookies - just means that the sessionId is in the URL not in a cookie. So if, for example, you wanted to store the user name per session you could use a cookie with the SessionId as the key and 'UserName' as a sub-key. Something like this.
>
>So, we are talking about the ASP.NET session and not the Member.Session field I am using.

I don't know what you mean by Member.Session (?) but yes, ASP.NET session.

> Does this mean you see visually in each URL request a longer URL with the ASP.NET session?

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.

Don't know any other way in which you can maintain separate sessions for different instances.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform