Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a signature from the browser
Message
De
24/09/2013 08:36:23
 
 
À
24/09/2013 08:34:17
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:
01583979
Vues:
34
>FoxInCloud does the same functionality (using west-wind web connect) by populating wwSession.userID with transform(application user ID),
>and executing this code that kinda makes application user ID unique in session table:
>
>
>lt = Datetime()
>SELECT DISTINCT sessionID;
> FROM wwSession;
> WHERE lastOn > m.lt - m.this.oSession.nSessionTimeout; && active session 
>  AND NOT sessionID = m.this.cUserID;
>  AND userID = m.lcUserID; && Même ID utilisateur d'application
> INTO ARRAY laResult
>
>* If user already opened an active session on another machine / browser, terminate
>IF _tally > 0 && Devrait toujours être = 1 en principe
>	FOR liResult = 1 TO _Tally
>		this.oSession.EndSession(laResult[m.liResult])
>	ENDFOR
>	this.oSession.LocateSession(m.this.cUserID)
>ENDIF
>
Yes, this is exactly that.

But, does this rely on IIS to save a session state? If yes, what is the load of concurrent session state do you have to save at IIS level?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform