hmmmm. Mode=inProc just tells where the Session Variable should be stored. In this case, Server Ram. But inProc is the default Setting for mode anyway unless you request otherwise. Thats why I never thought that was the problem.
I'll try to set it as inProc anyway just incase its just weird like that. I'll tell ya if it works.
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">
By default, session state is configured to be stored in-process. The process we're referring to is the aspnet_wp.exe worker process. In-process session management is fast and convenient, is appropriate for small to moderately sized amounts of data, and is configured by default in the machine.config file and your application's Web.config file.
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">
http://www.informit.com/isapi/produc...t/articlex.asp