Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Session var lost using InProc or StateServer mode

Reply
Thread Tools

Session var lost using InProc or StateServer mode

 
 
MG
Guest
Posts: n/a
 
      07-08-2004
On my development machine my application works fine but on the
deployment server my session variable gets lost after a postback on a
webform. By doing a watch on the Session object I can see that the
SessionId is changing and the mode is StateServer. (I changed from
InProc to StateServer to try to fix the problem but it didn't have any
effect.

Details:
- Win 2k Server/IIS 5.0/.NET Framework 1.1
- I have disabled virus protection.
- The StateServer service is running.

Any ideas are greatly appreciated.

Michael
 
Reply With Quote
 
 
 
 
John Saunders
Guest
Posts: n/a
 
      07-08-2004
Is there an underscore character ("_") in the name of your deployment
server? There's a known bug in that case.
--
John Saunders
johnwsaundersiii at hotmail

"MG" <> wrote in message
news: m...
> On my development machine my application works fine but on the
> deployment server my session variable gets lost after a postback on a
> webform. By doing a watch on the Session object I can see that the
> SessionId is changing and the mode is StateServer. (I changed from
> InProc to StateServer to try to fix the problem but it didn't have any
> effect.
>
> Details:
> - Win 2k Server/IIS 5.0/.NET Framework 1.1
> - I have disabled virus protection.
> - The StateServer service is running.
>
> Any ideas are greatly appreciated.
>
> Michael



 
Reply With Quote
 
 
 
 
M G
Guest
Posts: n/a
 
      07-08-2004

Yes there is. Thanks for the insight !!!

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
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
Upgrade .NET 3.0 to 3.5: Sites set to StateServer revert to InProc Nicholas Piasecki ASP .Net 0 02-09-2009 02:32 AM
sessionState mode="StateServer" vs. "InProc" April ASP .Net 8 01-24-2009 07:20 PM
InProc vs StateServer tshad ASP .Net 6 07-17-2005 10:47 PM
EnableSessionState=readonly and difference between InProc and StateServer mode Jeffry van de Vuurst ASP .Net 0 05-18-2004 10:18 AM
Session contents lost despite Session.Timeout = 3000; and <sessionState mode="InProc" cookieless="false" timeout="300"> Carpe Diem ASP .Net 3 02-23-2004 07:10 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