Question about Session variable and access to it

F

Fabrice

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
 
W

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top