Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a signature from the browser
Message
De
24/09/2013 06:04:24
 
 
À
23/09/2013 21:42:30
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:
01583972
Vues:
49
>Is there some kind of universal signature I could get from a browser, when the server processes the hit, so I would have an identifier that would allow me to do specific processes I need to do.
>
>For example, all Firefox installations on all PCs would have an identifier on each server request they send so if someone is using two instances of the same browser (on the same PC), it would then send the same identifier.
>
>We have this situation that a user is using two Firefox, using two logins, and because the cookie is send at the browser level, this creates some unexpected situations on the other instance when he switches back to it.
>
>As cookie as browser based, I cannot rely on that.
>
>As our application contains some specific options that should only be accessed by specific users, this also creates additional situations we have to negotiate with.

Seems to me that if you opt for cookieless sessions i.e:
<sessionState cookieless="true">
then when you open a new tab on the browser it will create a new session per tab. Don't know if this can work for you tho.....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform