Unique user connexion to a web site [ASP.NET 2]
hello all, and first sorry for my bad english.
I'm trying to implement a way to enable unique connexion for user to a web
site with VWExpress, dotnet 2.
I use profile to store user information, and so i try this :
1) when a user authenticate (in global.asax), i save the session ID to the
profile if the old profile value is nothing,
2) if the old profile value isnot nothing, i try to delete the old/other
session.
but i can't get it work. Well, i don't find how to delete a different
session, not the current session.
did someone try something similar ? or where can i found an exemple ?
in fact it's not so important for the website i try to make, but i wish this
feature could be implemented in ASP.NET 2.
thanks in advance,
--
ThomasB
.
Relevant Pages
- RE: Access session of another user
... user's session by a session id or user id, ... I strongly recommend you to use the Profile ... Profile object is persistent whereas Session object is non-persistent. ... Microsoft Online Community Support ... (microsoft.public.dotnet.framework.aspnet) - Re: Windows logoff bug possible security vulnerability and exploit.
... Microsoft recommend to use "User Profile Hive Cleanup Service": ... I don't have any special terminal software or other logon software installed. ... I find that if I wait for a little bit after logging off before logging on again, no running programs from the previous logon are present, but if I log on just after logging off, they will be if the profile unload fails. ... When logging on, the first logged on user is given session ID 0, as shown in task manager, but if I 'switch' to another user, the user is given a different session ID. ... (Bugtraq) - Re: while disconnecting its shows other user name - Terminal Serve
... And that they have a personal, unique profile? ... MCSE, CCEA, Microsoft MVP - Terminal Server ... To Log out the remote session, instead of Log off option the ... order to disconnect from their session. ... (microsoft.public.windows.terminal_services) - Re: [kde] KDE4 konsole: missing sessions, bell
... |> and another session that opens a root shell. ... | root profile with a different background, ... I don't have a profile for a remote connection, ... I chose a visible bell ... (KDE) - Re: [kde] KDE4 konsole: missing sessions, bell
... |> and another session that opens a root shell. ... | root profile with a different background, ... I don't have a profile for a remote connection, ... I chose a visible bell ... (KDE) |
|