I would like to get other peoples view on the next statement. Good or bad, I think that a lot of people can benefit from this.<br>
I could not help but notice how many people uses session variables on this thread. Also a lot of replies inform people to use session variables. My opinion about session variables has always been to only use them when absolutely 100% neccessary, and even then try to get a way past them. The reason why I feel this way about session variables is that I have read on various occasions that session variables can be very "heavy" on the server, eating up memory etc. especially when a lot of them are used or when a web site gets a lot of hits. When it is a page not getting a lot of hits I suppose it should be all right to use them, but I always believed to always write code as effective as possible
Any thoughts???
I could not help but notice how many people uses session variables on this thread. Also a lot of replies inform people to use session variables. My opinion about session variables has always been to only use them when absolutely 100% neccessary, and even then try to get a way past them. The reason why I feel this way about session variables is that I have read on various occasions that session variables can be very "heavy" on the server, eating up memory etc. especially when a lot of them are used or when a web site gets a lot of hits. When it is a page not getting a lot of hits I suppose it should be all right to use them, but I always believed to always write code as effective as possible
Any thoughts???