Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a signature from the browser
Message
From
24/09/2013 10:03:46
 
 
To
24/09/2013 09:56:14
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01583960
Message ID:
01583992
Views:
31
>>not sure I understand
>>wwSession.userID is populated with application's user id, whatever it is
>>
>>IIS has nothing to do with this
>
>Well, this is what I already have here. I have a Member.Session field to hold a session ID. The problem is when a login is done from that account, it overwrites the Member.Session field with a new session ID as a new login has been done. So, if the user had two instances of the browser loaded, the 2nd login instantiates an updated version of the cookie at the browser level. So, if he switches to the other instance, that browser will think it is now the login from the other browser instance and the menu no longer matches. This is the situation I need to detect. Once detected, I would then be able to kick out, sort of, the user on that specific browser instance with a message explaining why.

What I understand and know:
- 2 instance of the same browser on the same machine = 2 tabs in the same browser = same cookie

- login on another browser / same machine or same browser / other machine > different cookie > new session > user ID from application (lookup in a table) > kill other sessions using this app user ID and another session ID
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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform