Hi all,
Anyone know of any issues with setting the value of a Session object
to the value of a submitted form item via
'Session("mySes sionObj")=Reque st.Form("myFrmE lem")' ?
In my case the Session object gets set fine. But when the user links
to another page, the value of the session object is EMPTY.
thanks in advance..
-BB
Anyone know of any issues with setting the value of a Session object
to the value of a submitted form item via
'Session("mySes sionObj")=Reque st.Form("myFrmE lem")' ?
In my case the Session object gets set fine. But when the user links
to another page, the value of the session object is EMPTY.
thanks in advance..
-BB
Comment