Piet Souris wrote:First thought: intstream iterate from size ...
Rajkamal Pillai wrote:My default session timeout value is set to 30 in web.xml, so -
I understand that this is applicable across all user sessions.
Rajkamal Pillai wrote:... my issue is that Users are logged off after (the default) 30 seconds.
Does not have any effect at all.
Rajkamal Pillai wrote:My question is about how to modify the timeout interval dynamically, other than by making changes to web.xml. What worries me is my suggested solution should not cause performance and/or usability side effects.
Rajkamal Pillai wrote:I am on Tomcat 9.0.76
Can you kindly advice what version I should look to upgrade to?
Rajkamal Pillai wrote:The issue I face is that the value set through does not have appear to have much effect.
Remember reading that the timeout value will be defaulted to the value in web.xml (by a Tomcat process?).
Am I correct and is there any way around this?
Rajkamal Pillai wrote:The issue I face is that the User is not logged off after the timeout duration.
kevin Abel wrote:When I look at the chapter information it shows changes to the code, but not the code in the book.
kevin Abel wrote:I cannot find the post on the forum even after searching a while ...
Jack Tauson wrote:What I'm trying to do is to send the base64 encoded string to the web browser ...