Access specific instance of session object

  • Thread starter Thread starter jw56578
  • Start date Start date
J

jw56578

is there a was to use a known session id to access a specific session
object
 
Not in the way I think you are asking. At least not natively.
You could if you were using Scaleout Software's StateServer
product (even in a web farm).

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

However, this may be an alternative for you that implements
an http handler:

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

--
Robbe Morris - 2004/2005 Microsoft MVP C#

Earn money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp
 

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

Back
Top