PDA

View Full Version : Setting Session State In a Script


KPayne
05-25-2004, 03:50 AM
AFAIK, you can't do anything with Session State in a client-side script. Session State is not transmitted to the browser.

Keith Payne
Technical Marketing Solutions

Swood
05-25-2004, 03:56 AM
I would like to know how to set a session state variable in Javascript. I know how to do it on an asp.net form but I want to be able to attach a script to an obout treeview node so that depending on which node is clicked, a different session state variable will be passed to the form . .

Thanks