473,467 Members | 1,547 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Question about Session variable and access to it

Hi,

Is there a way for reading data in different session variables. These
variables belong to a specific user, and i know his SessionID.
Act as a "super"-user or administrator and to be abble to access at all
session variables. Is it possible ?

thanks
fabrice
Nov 19 '05 #1
4 855
WJ
Fabrice,

I don't think it is possible. I think only the "live" application can
deserialize its own session data. Outside of the current application, there
is no way to deserialize session data. I had tried this many hours and found
no solution for it. If you know this technique, please post back here
because I am still very interested in it. My goal is to retain session data
in any RDBMS for statistical report and application audit tasks.

John

"Fabrice" <em******@spam-infonie.fr> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
Hi,

Is there a way for reading data in different session variables. These
variables belong to a specific user, and i know his SessionID.
Act as a "super"-user or administrator and to be abble to access at all
session variables. Is it possible ?

thanks
fabrice

Nov 19 '05 #2
You can if you use this product to manage session
across your web farm.

http://www.eggheadcafe.com/articles/scaleout_server.asp

You can transfer session variables from one user
to another.

http://www.eggheadcafe.com/articles/hijacksession.asp

--
Robbe Morris - 2004/2005 Microsoft MVP C#
EggHeadCafe's RSS Search Engine
http://www.eggheadcafe.com/articles/...h/default.aspx


"Fabrice" <em******@spam-infonie.fr> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
Hi,

Is there a way for reading data in different session variables. These
variables belong to a specific user, and i know his SessionID.
Act as a "super"-user or administrator and to be abble to access at all
session variables. Is it possible ?

thanks
fabrice

Nov 19 '05 #3
Hello John

I have no answer for this problem yet. Perhaps one day..
But have a look to this article, maybe a solution for you. I'm reading it
and i try to understand the deep sense !
http://www.codeproject.com/aspnet/sessiontool.asp

have a nice day, and if you find out a solution, you have my mail.

fabrice

"WJ" <Jo*******@HotMail.Com> a écrit dans le message de news:
Og**************@TK2MSFTNGP09.phx.gbl...
Fabrice,

I don't think it is possible. I think only the "live" application can
deserialize its own session data. Outside of the current application,
there is no way to deserialize session data. I had tried this many hours
and found no solution for it. If you know this technique, please post back
here because I am still very interested in it. My goal is to retain
session data in any RDBMS for statistical report and application audit
tasks.

John

"Fabrice" <em******@spam-infonie.fr> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
Hi,

Is there a way for reading data in different session variables. These
variables belong to a specific user, and i know his SessionID.
Act as a "super"-user or administrator and to be abble to access at all
session variables. Is it possible ?

thanks
fabrice


Nov 19 '05 #4
WJ

"Fabrice" <em******@spam-infonie.fr> wrote in message
news:Ot**************@TK2MSFTNGP15.phx.gbl...
Hello John
http://www.codeproject.com/aspnet/sessiontool.asp


Thanks Fabrice for the link. I am interested in not introducing more codes.
I got the session stored properly on a SQL state box. All I need is
deserialize it.

John
Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Xizor | last post by:
Let's say I run a server. I have two people using the server. Bill and Joe. Bill is at address.com/bill and Joe is at address.com/joe. Let's say Joe and Bill are both using PHP with sessions on...
8
by: Karen | last post by:
Hi there.... i got a quick one for you guys. i've this session variable that is updated by calling a server method (i set this value when the user hits a submit button in my form. The server...
2
by: JamesB | last post by:
I am half way through making a site you can only do certain stuff if logged in to. So far, you are logged in if there is a session variable with your username, but I got thinking that presumably...
9
by: Greg Linwood | last post by:
I'm having difficulty understanding Session state in ASP.Net. It's almost embarrassing asking this as I've been using ASP since it was first released & it really shouldn't be this hard to use -...
7
by: tshad | last post by:
Can I directly access an object member from an object I have saved as a session variable? I am carrying a session variable for my user information as separate session vaiables for each...
14
by: Coleen | last post by:
Hi All :-) We have an APSX application using VB.net as the code behind, which uses one or two session variables per page. These Session variables are passed to the final page and calculations...
6
by: tshad | last post by:
I am playing with Inheritance and want to make sure I understand it. I have the following Classes: ******************************************* Public Class AuthHeader:Inherits SoapHeader Public...
2
by: =?Utf-8?B?RGlmZmlkZW50?= | last post by:
Hello All, I have a method is which I am accessing a session variable several times and every time I retrieve it from session using Session.ToString(). Is it advisable to retrieve this session...
5
by: jehugaleahsa | last post by:
Hello: What is the point of using a DataTable in ASP .NET? We are unsure how you can use them without 1) rebuilding them every postback, or 2) taking up precious memory. We are not sure how to...
4
by: agun | last post by:
Hi guys, Sorry for asking something that maybe already obvious to you all. But since i'm newbie, i just need further explanation. (I've read the PHP Sessions thread written by Atli) In my head,...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.