Re: Read session data of all users

From: Oleg Ogurok (oleg_at_ogurok.com.ihatespammers.ireallydo.co)
Date: 02/23/05


Date: Wed, 23 Feb 2005 11:04:13 -0500

Thanks Patrice,

I'm trying to come up with a better way to authenticate a user across
different web applications from a central place. E.g. people accessing app2
and app3 will be redirected to authenticate with app1 if their session
expires. I'm passing encrypted SessionID within URL when redirecting users
between applications.

Right now I have a separate DB table with sessions. I'm wondering if there
is a way to reuse the existing ASP.NET functionality related to
Sessions/Forms Authentication.

"Patrice" <nobody@nowhere.com> wrote in message
news:%23S5mn5bGFHA.2412@TK2MSFTNGP14.phx.gbl...
> What is the goal from a non technical point of view ? Knowing the whole
> picture may sometimes yield to better suggestions...
> What kind of particular information do you need for all users ?
>
> Patrice
>
> --
>
> "Oleg Ogurok" <oleg@ogurok.com.ihatespammers.ireallydo.co> a écrit dans le
> message de news:111p80v17jrd4b5@corp.supernews.com...
>> Hi all,
>>
>> Is there a way to read other people's session variables?
>> I understand it makes sense that session state is on per-user basis, but
>> still...
>> Is there a way to get a collection of all current HttpSessionState
>> objects
>> on the server, or at least get a reference to a HttpSessionState objects
> by
>> session ID ?
>> Thanks.
>>
>> -Oleg.
>>
>>
>
>



Relevant Pages

  • Re: [PHP] Back to security
    ... Think of HTTPS as like a bank vault in the basement of a branch bank. ... If you authenticate users outside the steel wall, ... sessionID is compared with the one in DB, ... Compare the output of on the two pages, ...
    (php.general)
  • Re: Very strange SQL connection problem
    ... > I am expirienced in writing .NET programs and web applications for about ... > The DataHandler class has a SqlConnection as member variable which gets ... > Global.asax.cs and save it into the Session where it then gets used by ... > expirience the following problem: ...
    (microsoft.public.dotnet.framework.adonet)
  • Refuse Relay to certain authenticated sessions
    ... Currently my sendmail server relays email for my users when they ... connect from their home (Access table allows IP based relaying) and it ... authenticated session. ... should refuse to relay the mails for, even if they authenticate ...
    (comp.mail.sendmail)
  • Re: share session between more than one web application
    ... >> I have three web applications that I want to provide one single web ... >> If I am able to share the session between them, ... Place data in a database when the first app is hit. ... The others live in subdirectories (and I have to go ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session Variables - why arent novice developers warned?
    ... But knowing "how a web applications work and its stateless nature" does not ... predict that the IE action File-New-Window will open a new browser window ... content of session variables with damaging consequences. ... integrity of an application which relies on session state is COMPLETELY ...
    (microsoft.public.dotnet.framework.aspnet)