I am trying to set up a session state so that I can pass a uniqueid and variables cleanly through an online application. I am having troubles setting up the Session State (I can't even find the information I need in the Assembly names for 2.0). I might just have to use querystrings, but that is a little more unsecure. Can anyone help me with this? Am I looking in the wrong area to find the Session Sate information? Is there a DLL or EXE file that must be run, and if so, do I only set that part up on the server level? Thanks in advance for any help.