salnick4
11-23-2004, 10:33 AM
I am attempting to write a javascript within an HTML page that is used for Framesets....
My issues is that I have a JSP that needs to be refreshed every 2 minutes...this I accomplished with the META REFRESH on the page that makes up the bottom frame...
What happens though is that the sessions for some of my variables which feed my JDBC connection are timing out...so I wanted to create a redirect on the frameset page to send the user back to the login JSP after 20 minutes (which I have been told is the approximate length of the session timeout)
If someone could either give me some direction or provide a better idea for my situation...I would be greatly appreciative..
Thank you in advance!
My issues is that I have a JSP that needs to be refreshed every 2 minutes...this I accomplished with the META REFRESH on the page that makes up the bottom frame...
What happens though is that the sessions for some of my variables which feed my JDBC connection are timing out...so I wanted to create a redirect on the frameset page to send the user back to the login JSP after 20 minutes (which I have been told is the approximate length of the session timeout)
If someone could either give me some direction or provide a better idea for my situation...I would be greatly appreciative..
Thank you in advance!