Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting a signature from the browser
Message
De
24/09/2013 08:40:40
 
 
À
24/09/2013 08:36:23
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:
01583980
Vues:
32
>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?

As I wrote, (using west-wind web connect) by populating wwSession.userID with transform(application user ID)


>>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?
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform