S
Scott Durrett
I know and have been told that global variables are "bad". I must say that
I agree but what's the alternative to this?
1. I have an application that logs into a website. The site returns me a
sessionID and I must use this sessionID throughout the remainder of my
application.
I'm just not sure where is the proper place to store this kind of info in
C#.
Thanks in advance.
Doug
I agree but what's the alternative to this?
1. I have an application that logs into a website. The site returns me a
sessionID and I must use this sessionID throughout the remainder of my
application.
I'm just not sure where is the proper place to store this kind of info in
C#.
Thanks in advance.
Doug