Re: Read session data of all users
From: Oleg Ogurok (oleg_at_ogurok.com.ihatespammers.ireallydo.co)
Date: 02/23/05
- Next message: Karl Seguin: "Re: open html file from database to new browser"
- Previous message: Puhonien: "open html file from database to new browser"
- In reply to: Patrice: "Re: Read session data of all users"
- Next in thread: Patrice: "Re: Read session data of all users"
- Reply: Patrice: "Re: Read session data of all users"
- Messages sorted by: [ date ] [ thread ]
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.
>>
>>
>
>
- Next message: Karl Seguin: "Re: open html file from database to new browser"
- Previous message: Puhonien: "open html file from database to new browser"
- In reply to: Patrice: "Re: Read session data of all users"
- Next in thread: Patrice: "Re: Read session data of all users"
- Reply: Patrice: "Re: Read session data of all users"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|