Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: How to access the Session object from a new thread ?

Reply
Thread Tools

Re: How to access the Session object from a new thread ?

 
 
John Smith
Guest
Posts: n/a
 
 
Reply With Quote
 
 
 
 
John Saunders
Guest
Posts: n/a
 
      04-16-2004
Is there something in that set of articles which addresses ASP.NET Session
state?

--
John Saunders
John.Saunders at SurfControl.com


"John Smith" <> wrote in message
news:...
>

http://msdn.microsoft.com/library/de...rogramming.asp
>
>



 
Reply With Quote
 
 
 
 
John Smith
Guest
Posts: n/a
 
      04-17-2004
John, I just posted the link quickly for the benefit of anyone looking
through the archives.

One thing it mentions is that threading is supported (in the suggested form)
under ASP.NET. I quote, "Asynchronous programming is a feature supported by
many areas of the .NET Framework, including:.. ASP.NET Web Forms". The
mechanism also allows for easier parameter passing into the new thread, and
for better exception handling. I'm not sure if it should be used to persist
an activity across page postbacks, but at least the new threads are taken
from the thread pool and ASP.NET knows about them.

Having converted our application to use a Windows service, I'm now wondering
if I should have just tweaked my original threading design to use async
delegates. The service design works well so I'm not too concerned as to the
answer.

"John Saunders" <john.saunders at SurfControl.com> wrote in message
news:%23p27cB%...
> Is there something in that set of articles which addresses ASP.NET Session
> state?
>
> --
> John Saunders
> John.Saunders at SurfControl.com
>
>
> "John Smith" <> wrote in message
> news:...
> >

>

http://msdn.microsoft.com/library/de...rogramming.asp
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create new session when new IE session is opened? albertly ASP .Net 3 02-08-2008 03:41 AM
Transferring Object from Session Variable to New Class Object??? Don Miller ASP .Net 4 02-06-2007 01:28 PM
Stored Session object is mixed up with another user's session object. momo898 ASP .Net 2 10-12-2006 03:33 PM
Object creation - Do we really need to create a parent for a derieved object - can't the base object just point to an already created base object jon wayne C++ 9 09-22-2005 02:06 AM
Thread was being aborted in win2003 server. Back ground thread reading MS access database, no redirects or transfers. Johanna ASP .Net 0 10-13-2004 01:32 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57