Using JSTL and context variables
Recently, I wanted to get rid of the Java scriptlets in my jsp and replace it with JSTL tags. The code in question was the Hitbox and Google Analytics scripts that run in our template. I wanted the scripts to …
Recently, I wanted to get rid of the Java scriptlets in my jsp and replace it with JSTL tags. The code in question was the Hitbox and Google Analytics scripts that run in our template. I wanted the scripts to …
For about the last 12 months my companies website has been randomly having out of memory errors. We have been completely lost as to why this is happening. The problem seems to be this. Our website uses sessions to track …